|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvis.Group
public class Group
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 |
---|
public 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 |
---|
public int getGroup_id()
public void setGroup_id(int group_id)
group_id
- public java.lang.String getGroup_name()
public void setGroup_name(java.lang.String group_name)
group_name
- public java.lang.String getHomepage()
public void setHomepage(java.lang.String homepage)
homepage
- public int getIs_public()
public void setIs_public(int is_public)
is_public
- public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- public java.lang.String getUnix_group_name()
public void setUnix_group_name(java.lang.String unix_group_name)
unix_group_name
- public java.lang.String getShort_description()
public void setShort_description(java.lang.String short_description)
short_description
- public java.lang.String getScm_box()
public void setScm_box(java.lang.String scm_box)
scm_box
- public int getRegister_time()
public void setRegister_time(int register_time)
register_time
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |