|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvis.ProjectGroup
public class ProjectGroup
Constructor Summary | |
---|---|
ProjectGroup()
|
|
ProjectGroup(int group_project_id,
int group_id,
java.lang.String name,
java.lang.String description,
int is_public,
java.lang.String send_all_posts_to)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Gets the description value for this ProjectGroup. |
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 ProjectGroup. |
int |
getGroup_project_id()
Gets the group_project_id value for this ProjectGroup. |
int |
getIs_public()
Gets the is_public value for this ProjectGroup. |
java.lang.String |
getName()
Gets the name value for this ProjectGroup. |
java.lang.String |
getSend_all_posts_to()
Gets the send_all_posts_to value for this ProjectGroup. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
Sets the description value for this ProjectGroup. |
void |
setGroup_id(int group_id)
Sets the group_id value for this ProjectGroup. |
void |
setGroup_project_id(int group_project_id)
Sets the group_project_id value for this ProjectGroup. |
void |
setIs_public(int is_public)
Sets the is_public value for this ProjectGroup. |
void |
setName(java.lang.String name)
Sets the name value for this ProjectGroup. |
void |
setSend_all_posts_to(java.lang.String send_all_posts_to)
Sets the send_all_posts_to value for this ProjectGroup. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectGroup()
public ProjectGroup(int group_project_id, int group_id, java.lang.String name, java.lang.String description, int is_public, java.lang.String send_all_posts_to)
Method Detail |
---|
public int getGroup_project_id()
public void setGroup_project_id(int group_project_id)
group_project_id
- public int getGroup_id()
public void setGroup_id(int group_id)
group_id
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public int getIs_public()
public void setIs_public(int is_public)
is_public
- public java.lang.String getSend_all_posts_to()
public void setSend_all_posts_to(java.lang.String send_all_posts_to)
send_all_posts_to
- 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 |