com.liferay.client.soap.portal.model
Class GroupSoap

java.lang.Object
  extended by com.liferay.client.soap.portal.model.GroupSoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
GroupSoap()
           
GroupSoap(boolean active, long classNameId, long classPK, long companyId, long creatorUserId, java.lang.String description, java.lang.String friendlyURL, long groupId, long liveGroupId, java.lang.String name, long parentGroupId, long primaryKey, int type, java.lang.String typeSettings)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getClassNameId()
          Gets the classNameId value for this GroupSoap.
 long getClassPK()
          Gets the classPK value for this GroupSoap.
 long getCompanyId()
          Gets the companyId value for this GroupSoap.
 long getCreatorUserId()
          Gets the creatorUserId value for this GroupSoap.
 java.lang.String getDescription()
          Gets the description value for this GroupSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFriendlyURL()
          Gets the friendlyURL value for this GroupSoap.
 long getGroupId()
          Gets the groupId value for this GroupSoap.
 long getLiveGroupId()
          Gets the liveGroupId value for this GroupSoap.
 java.lang.String getName()
          Gets the name value for this GroupSoap.
 long getParentGroupId()
          Gets the parentGroupId value for this GroupSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this GroupSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getType()
          Gets the type value for this GroupSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getTypeSettings()
          Gets the typeSettings value for this GroupSoap.
 int hashCode()
           
 boolean isActive()
          Gets the active value for this GroupSoap.
 void setActive(boolean active)
          Sets the active value for this GroupSoap.
 void setClassNameId(long classNameId)
          Sets the classNameId value for this GroupSoap.
 void setClassPK(long classPK)
          Sets the classPK value for this GroupSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this GroupSoap.
 void setCreatorUserId(long creatorUserId)
          Sets the creatorUserId value for this GroupSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this GroupSoap.
 void setFriendlyURL(java.lang.String friendlyURL)
          Sets the friendlyURL value for this GroupSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this GroupSoap.
 void setLiveGroupId(long liveGroupId)
          Sets the liveGroupId value for this GroupSoap.
 void setName(java.lang.String name)
          Sets the name value for this GroupSoap.
 void setParentGroupId(long parentGroupId)
          Sets the parentGroupId value for this GroupSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this GroupSoap.
 void setType(int type)
          Sets the type value for this GroupSoap.
 void setTypeSettings(java.lang.String typeSettings)
          Sets the typeSettings value for this GroupSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupSoap

public GroupSoap()

GroupSoap

public GroupSoap(boolean active,
                 long classNameId,
                 long classPK,
                 long companyId,
                 long creatorUserId,
                 java.lang.String description,
                 java.lang.String friendlyURL,
                 long groupId,
                 long liveGroupId,
                 java.lang.String name,
                 long parentGroupId,
                 long primaryKey,
                 int type,
                 java.lang.String typeSettings)
Method Detail

isActive

public boolean isActive()
Gets the active value for this GroupSoap.

Returns:
active

setActive

public void setActive(boolean active)
Sets the active value for this GroupSoap.

Parameters:
active -

getClassNameId

public long getClassNameId()
Gets the classNameId value for this GroupSoap.

Returns:
classNameId

setClassNameId

public void setClassNameId(long classNameId)
Sets the classNameId value for this GroupSoap.

Parameters:
classNameId -

getClassPK

public long getClassPK()
Gets the classPK value for this GroupSoap.

Returns:
classPK

setClassPK

public void setClassPK(long classPK)
Sets the classPK value for this GroupSoap.

Parameters:
classPK -

getCompanyId

public long getCompanyId()
Gets the companyId value for this GroupSoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this GroupSoap.

Parameters:
companyId -

getCreatorUserId

public long getCreatorUserId()
Gets the creatorUserId value for this GroupSoap.

Returns:
creatorUserId

setCreatorUserId

public void setCreatorUserId(long creatorUserId)
Sets the creatorUserId value for this GroupSoap.

Parameters:
creatorUserId -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getFriendlyURL

public java.lang.String getFriendlyURL()
Gets the friendlyURL value for this GroupSoap.

Returns:
friendlyURL

setFriendlyURL

public void setFriendlyURL(java.lang.String friendlyURL)
Sets the friendlyURL value for this GroupSoap.

Parameters:
friendlyURL -

getGroupId

public long getGroupId()
Gets the groupId value for this GroupSoap.

Returns:
groupId

setGroupId

public void setGroupId(long groupId)
Sets the groupId value for this GroupSoap.

Parameters:
groupId -

getLiveGroupId

public long getLiveGroupId()
Gets the liveGroupId value for this GroupSoap.

Returns:
liveGroupId

setLiveGroupId

public void setLiveGroupId(long liveGroupId)
Sets the liveGroupId value for this GroupSoap.

Parameters:
liveGroupId -

getName

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

Returns:
name

setName

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

Parameters:
name -

getParentGroupId

public long getParentGroupId()
Gets the parentGroupId value for this GroupSoap.

Returns:
parentGroupId

setParentGroupId

public void setParentGroupId(long parentGroupId)
Sets the parentGroupId value for this GroupSoap.

Parameters:
parentGroupId -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this GroupSoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this GroupSoap.

Parameters:
primaryKey -

getType

public int getType()
Gets the type value for this GroupSoap.

Returns:
type

setType

public void setType(int type)
Sets the type value for this GroupSoap.

Parameters:
type -

getTypeSettings

public java.lang.String getTypeSettings()
Gets the typeSettings value for this GroupSoap.

Returns:
typeSettings

setTypeSettings

public void setTypeSettings(java.lang.String typeSettings)
Sets the typeSettings value for this GroupSoap.

Parameters:
typeSettings -

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