org.evolvis
Class Group

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

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

See Also:
Serialized Form

Constructor Summary
Group()
           
Group(int group_id, java.lang.String group_name, java.lang.String homepage, int is_public, java.lang.String status, java.lang.String unix_group_name, java.lang.String short_description, java.lang.String scm_box, int register_time)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getGroup_id()
          Gets the group_id value for this Group.
 java.lang.String getGroup_name()
          Gets the group_name value for this Group.
 java.lang.String getHomepage()
          Gets the homepage value for this Group.
 int getIs_public()
          Gets the is_public value for this Group.
 int getRegister_time()
          Gets the register_time value for this Group.
 java.lang.String getScm_box()
          Gets the scm_box value for this Group.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getShort_description()
          Gets the short_description value for this Group.
 java.lang.String getStatus()
          Gets the status value for this Group.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUnix_group_name()
          Gets the unix_group_name value for this Group.
 int hashCode()
           
 void setGroup_id(int group_id)
          Sets the group_id value for this Group.
 void setGroup_name(java.lang.String group_name)
          Sets the group_name value for this Group.
 void setHomepage(java.lang.String homepage)
          Sets the homepage value for this Group.
 void setIs_public(int is_public)
          Sets the is_public value for this Group.
 void setRegister_time(int register_time)
          Sets the register_time value for this Group.
 void setScm_box(java.lang.String scm_box)
          Sets the scm_box value for this Group.
 void setShort_description(java.lang.String short_description)
          Sets the short_description value for this Group.
 void setStatus(java.lang.String status)
          Sets the status value for this Group.
 void setUnix_group_name(java.lang.String unix_group_name)
          Sets the unix_group_name value for this Group.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()

Group

public Group(int group_id,
             java.lang.String group_name,
             java.lang.String homepage,
             int is_public,
             java.lang.String status,
             java.lang.String unix_group_name,
             java.lang.String short_description,
             java.lang.String scm_box,
             int register_time)
Method Detail

getGroup_id

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

Returns:
group_id

setGroup_id

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

Parameters:
group_id -

getGroup_name

public java.lang.String getGroup_name()
Gets the group_name value for this Group.

Returns:
group_name

setGroup_name

public void setGroup_name(java.lang.String group_name)
Sets the group_name value for this Group.

Parameters:
group_name -

getHomepage

public java.lang.String getHomepage()
Gets the homepage value for this Group.

Returns:
homepage

setHomepage

public void setHomepage(java.lang.String homepage)
Sets the homepage value for this Group.

Parameters:
homepage -

getIs_public

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

Returns:
is_public

setIs_public

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

Parameters:
is_public -

getStatus

public java.lang.String getStatus()
Gets the status value for this Group.

Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this Group.

Parameters:
status -

getUnix_group_name

public java.lang.String getUnix_group_name()
Gets the unix_group_name value for this Group.

Returns:
unix_group_name

setUnix_group_name

public void setUnix_group_name(java.lang.String unix_group_name)
Sets the unix_group_name value for this Group.

Parameters:
unix_group_name -

getShort_description

public java.lang.String getShort_description()
Gets the short_description value for this Group.

Returns:
short_description

setShort_description

public void setShort_description(java.lang.String short_description)
Sets the short_description value for this Group.

Parameters:
short_description -

getScm_box

public java.lang.String getScm_box()
Gets the scm_box value for this Group.

Returns:
scm_box

setScm_box

public void setScm_box(java.lang.String scm_box)
Sets the scm_box value for this Group.

Parameters:
scm_box -

getRegister_time

public int getRegister_time()
Gets the register_time value for this Group.

Returns:
register_time

setRegister_time

public void setRegister_time(int register_time)
Sets the register_time value for this Group.

Parameters:
register_time -

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.