org.evolvis
Class ProjectGroup

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

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

See Also:
Serialized Form

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

ProjectGroup

public ProjectGroup()

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

getGroup_project_id

public int getGroup_project_id()
Gets the group_project_id value for this ProjectGroup.

Returns:
group_project_id

setGroup_project_id

public void setGroup_project_id(int group_project_id)
Sets the group_project_id value for this ProjectGroup.

Parameters:
group_project_id -

getGroup_id

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

Returns:
group_id

setGroup_id

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

Parameters:
group_id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getIs_public

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

Returns:
is_public

setIs_public

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

Parameters:
is_public -

getSend_all_posts_to

public java.lang.String getSend_all_posts_to()
Gets the send_all_posts_to value for this ProjectGroup.

Returns:
send_all_posts_to

setSend_all_posts_to

public void setSend_all_posts_to(java.lang.String send_all_posts_to)
Sets the send_all_posts_to value for this ProjectGroup.

Parameters:
send_all_posts_to -

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.