com.borland.scc.webservices.sccentities.entities
Class UserGroup

java.lang.Object
  extended by com.borland.scc.webservices.sccentities.entities.UserGroup
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
UserGroup()
           
UserGroup(long createdAt, java.lang.String createdBy, java.lang.String description, int id, boolean locked, java.lang.String name, int[] projectAssignments)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCreatedAt()
          Gets the createdAt value for this UserGroup.
 java.lang.String getCreatedBy()
          Gets the createdBy value for this UserGroup.
 java.lang.String getDescription()
          Gets the description value for this UserGroup.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this UserGroup.
 java.lang.String getName()
          Gets the name value for this UserGroup.
 int[] getProjectAssignments()
          Gets the projectAssignments value for this UserGroup.
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()
           
 boolean isLocked()
          Gets the locked value for this UserGroup.
 void setCreatedAt(long createdAt)
          Sets the createdAt value for this UserGroup.
 void setCreatedBy(java.lang.String createdBy)
          Sets the createdBy value for this UserGroup.
 void setDescription(java.lang.String description)
          Sets the description value for this UserGroup.
 void setId(int id)
          Sets the id value for this UserGroup.
 void setLocked(boolean locked)
          Sets the locked value for this UserGroup.
 void setName(java.lang.String name)
          Sets the name value for this UserGroup.
 void setProjectAssignments(int[] projectAssignments)
          Sets the projectAssignments value for this UserGroup.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroup

public UserGroup()

UserGroup

public UserGroup(long createdAt,
                 java.lang.String createdBy,
                 java.lang.String description,
                 int id,
                 boolean locked,
                 java.lang.String name,
                 int[] projectAssignments)
Method Detail

getCreatedAt

public long getCreatedAt()
Gets the createdAt value for this UserGroup.

Returns:
createdAt

setCreatedAt

public void setCreatedAt(long createdAt)
Sets the createdAt value for this UserGroup.

Parameters:
createdAt -

getCreatedBy

public java.lang.String getCreatedBy()
Gets the createdBy value for this UserGroup.

Returns:
createdBy

setCreatedBy

public void setCreatedBy(java.lang.String createdBy)
Sets the createdBy value for this UserGroup.

Parameters:
createdBy -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getId

public int getId()
Gets the id value for this UserGroup.

Returns:
id

setId

public void setId(int id)
Sets the id value for this UserGroup.

Parameters:
id -

isLocked

public boolean isLocked()
Gets the locked value for this UserGroup.

Returns:
locked

setLocked

public void setLocked(boolean locked)
Sets the locked value for this UserGroup.

Parameters:
locked -

getName

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

Returns:
name

setName

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

Parameters:
name -

getProjectAssignments

public int[] getProjectAssignments()
Gets the projectAssignments value for this UserGroup.

Returns:
projectAssignments

setProjectAssignments

public void setProjectAssignments(int[] projectAssignments)
Sets the projectAssignments value for this UserGroup.

Parameters:
projectAssignments -

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 © 2009. All Rights Reserved.