org.evolvis
Class ArtifactType

java.lang.Object
  extended by org.evolvis.ArtifactType
All Implemented Interfaces:
java.io.Serializable

public class ArtifactType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ArtifactType()
           
ArtifactType(int group_artifact_id, int group_id, java.lang.String name, java.lang.String description, int is_public, int allow_anon, int due_period, int datatype, int status_timeout, ArtifactExtraField[] extra_fields, int custom_status_field)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getAllow_anon()
          Gets the allow_anon value for this ArtifactType.
 int getCustom_status_field()
          Gets the custom_status_field value for this ArtifactType.
 int getDatatype()
          Gets the datatype value for this ArtifactType.
 java.lang.String getDescription()
          Gets the description value for this ArtifactType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getDue_period()
          Gets the due_period value for this ArtifactType.
 ArtifactExtraField[] getExtra_fields()
          Gets the extra_fields value for this ArtifactType.
 int getGroup_artifact_id()
          Gets the group_artifact_id value for this ArtifactType.
 int getGroup_id()
          Gets the group_id value for this ArtifactType.
 int getIs_public()
          Gets the is_public value for this ArtifactType.
 java.lang.String getName()
          Gets the name value for this ArtifactType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStatus_timeout()
          Gets the status_timeout value for this ArtifactType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAllow_anon(int allow_anon)
          Sets the allow_anon value for this ArtifactType.
 void setCustom_status_field(int custom_status_field)
          Sets the custom_status_field value for this ArtifactType.
 void setDatatype(int datatype)
          Sets the datatype value for this ArtifactType.
 void setDescription(java.lang.String description)
          Sets the description value for this ArtifactType.
 void setDue_period(int due_period)
          Sets the due_period value for this ArtifactType.
 void setExtra_fields(ArtifactExtraField[] extra_fields)
          Sets the extra_fields value for this ArtifactType.
 void setGroup_artifact_id(int group_artifact_id)
          Sets the group_artifact_id value for this ArtifactType.
 void setGroup_id(int group_id)
          Sets the group_id value for this ArtifactType.
 void setIs_public(int is_public)
          Sets the is_public value for this ArtifactType.
 void setName(java.lang.String name)
          Sets the name value for this ArtifactType.
 void setStatus_timeout(int status_timeout)
          Sets the status_timeout value for this ArtifactType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactType

public ArtifactType()

ArtifactType

public ArtifactType(int group_artifact_id,
                    int group_id,
                    java.lang.String name,
                    java.lang.String description,
                    int is_public,
                    int allow_anon,
                    int due_period,
                    int datatype,
                    int status_timeout,
                    ArtifactExtraField[] extra_fields,
                    int custom_status_field)
Method Detail

getGroup_artifact_id

public int getGroup_artifact_id()
Gets the group_artifact_id value for this ArtifactType.

Returns:
group_artifact_id

setGroup_artifact_id

public void setGroup_artifact_id(int group_artifact_id)
Sets the group_artifact_id value for this ArtifactType.

Parameters:
group_artifact_id -

getGroup_id

public int getGroup_id()
Gets the group_id value for this ArtifactType.

Returns:
group_id

setGroup_id

public void setGroup_id(int group_id)
Sets the group_id value for this ArtifactType.

Parameters:
group_id -

getName

public java.lang.String getName()
Gets the name value for this ArtifactType.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ArtifactType.

Parameters:
name -

getDescription

public java.lang.String getDescription()
Gets the description value for this ArtifactType.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ArtifactType.

Parameters:
description -

getIs_public

public int getIs_public()
Gets the is_public value for this ArtifactType.

Returns:
is_public

setIs_public

public void setIs_public(int is_public)
Sets the is_public value for this ArtifactType.

Parameters:
is_public -

getAllow_anon

public int getAllow_anon()
Gets the allow_anon value for this ArtifactType.

Returns:
allow_anon

setAllow_anon

public void setAllow_anon(int allow_anon)
Sets the allow_anon value for this ArtifactType.

Parameters:
allow_anon -

getDue_period

public int getDue_period()
Gets the due_period value for this ArtifactType.

Returns:
due_period

setDue_period

public void setDue_period(int due_period)
Sets the due_period value for this ArtifactType.

Parameters:
due_period -

getDatatype

public int getDatatype()
Gets the datatype value for this ArtifactType.

Returns:
datatype

setDatatype

public void setDatatype(int datatype)
Sets the datatype value for this ArtifactType.

Parameters:
datatype -

getStatus_timeout

public int getStatus_timeout()
Gets the status_timeout value for this ArtifactType.

Returns:
status_timeout

setStatus_timeout

public void setStatus_timeout(int status_timeout)
Sets the status_timeout value for this ArtifactType.

Parameters:
status_timeout -

getExtra_fields

public ArtifactExtraField[] getExtra_fields()
Gets the extra_fields value for this ArtifactType.

Returns:
extra_fields

setExtra_fields

public void setExtra_fields(ArtifactExtraField[] extra_fields)
Sets the extra_fields value for this ArtifactType.

Parameters:
extra_fields -

getCustom_status_field

public int getCustom_status_field()
Gets the custom_status_field value for this ArtifactType.

Returns:
custom_status_field

setCustom_status_field

public void setCustom_status_field(int custom_status_field)
Sets the custom_status_field value for this ArtifactType.

Parameters:
custom_status_field -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2007. All Rights Reserved.