com.liferay.client.soap.portlet.mobiledevicerules.model
Class MDRRuleGroupInstanceSoap

java.lang.Object
  extended by com.liferay.client.soap.portlet.mobiledevicerules.model.MDRRuleGroupInstanceSoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
MDRRuleGroupInstanceSoap()
           
MDRRuleGroupInstanceSoap(long classNameId, long classPK, long companyId, java.util.Calendar createDate, long groupId, java.util.Calendar modifiedDate, long primaryKey, int priority, long ruleGroupId, long ruleGroupInstanceId, long userId, java.lang.String userName, java.lang.String uuid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getClassNameId()
          Gets the classNameId value for this MDRRuleGroupInstanceSoap.
 long getClassPK()
          Gets the classPK value for this MDRRuleGroupInstanceSoap.
 long getCompanyId()
          Gets the companyId value for this MDRRuleGroupInstanceSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this MDRRuleGroupInstanceSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getGroupId()
          Gets the groupId value for this MDRRuleGroupInstanceSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this MDRRuleGroupInstanceSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this MDRRuleGroupInstanceSoap.
 int getPriority()
          Gets the priority value for this MDRRuleGroupInstanceSoap.
 long getRuleGroupId()
          Gets the ruleGroupId value for this MDRRuleGroupInstanceSoap.
 long getRuleGroupInstanceId()
          Gets the ruleGroupInstanceId value for this MDRRuleGroupInstanceSoap.
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
 long getUserId()
          Gets the userId value for this MDRRuleGroupInstanceSoap.
 java.lang.String getUserName()
          Gets the userName value for this MDRRuleGroupInstanceSoap.
 java.lang.String getUuid()
          Gets the uuid value for this MDRRuleGroupInstanceSoap.
 int hashCode()
           
 void setClassNameId(long classNameId)
          Sets the classNameId value for this MDRRuleGroupInstanceSoap.
 void setClassPK(long classPK)
          Sets the classPK value for this MDRRuleGroupInstanceSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this MDRRuleGroupInstanceSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this MDRRuleGroupInstanceSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this MDRRuleGroupInstanceSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this MDRRuleGroupInstanceSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this MDRRuleGroupInstanceSoap.
 void setPriority(int priority)
          Sets the priority value for this MDRRuleGroupInstanceSoap.
 void setRuleGroupId(long ruleGroupId)
          Sets the ruleGroupId value for this MDRRuleGroupInstanceSoap.
 void setRuleGroupInstanceId(long ruleGroupInstanceId)
          Sets the ruleGroupInstanceId value for this MDRRuleGroupInstanceSoap.
 void setUserId(long userId)
          Sets the userId value for this MDRRuleGroupInstanceSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this MDRRuleGroupInstanceSoap.
 void setUuid(java.lang.String uuid)
          Sets the uuid value for this MDRRuleGroupInstanceSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRRuleGroupInstanceSoap

public MDRRuleGroupInstanceSoap()

MDRRuleGroupInstanceSoap

public MDRRuleGroupInstanceSoap(long classNameId,
                                long classPK,
                                long companyId,
                                java.util.Calendar createDate,
                                long groupId,
                                java.util.Calendar modifiedDate,
                                long primaryKey,
                                int priority,
                                long ruleGroupId,
                                long ruleGroupInstanceId,
                                long userId,
                                java.lang.String userName,
                                java.lang.String uuid)
Method Detail

getClassNameId

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

Returns:
classNameId

setClassNameId

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

Parameters:
classNameId -

getClassPK

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

Returns:
classPK

setClassPK

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

Parameters:
classPK -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

public java.util.Calendar getCreateDate()
Gets the createDate value for this MDRRuleGroupInstanceSoap.

Returns:
createDate

setCreateDate

public void setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this MDRRuleGroupInstanceSoap.

Parameters:
createDate -

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getModifiedDate

public java.util.Calendar getModifiedDate()
Gets the modifiedDate value for this MDRRuleGroupInstanceSoap.

Returns:
modifiedDate

setModifiedDate

public void setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this MDRRuleGroupInstanceSoap.

Parameters:
modifiedDate -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getPriority

public int getPriority()
Gets the priority value for this MDRRuleGroupInstanceSoap.

Returns:
priority

setPriority

public void setPriority(int priority)
Sets the priority value for this MDRRuleGroupInstanceSoap.

Parameters:
priority -

getRuleGroupId

public long getRuleGroupId()
Gets the ruleGroupId value for this MDRRuleGroupInstanceSoap.

Returns:
ruleGroupId

setRuleGroupId

public void setRuleGroupId(long ruleGroupId)
Sets the ruleGroupId value for this MDRRuleGroupInstanceSoap.

Parameters:
ruleGroupId -

getRuleGroupInstanceId

public long getRuleGroupInstanceId()
Gets the ruleGroupInstanceId value for this MDRRuleGroupInstanceSoap.

Returns:
ruleGroupInstanceId

setRuleGroupInstanceId

public void setRuleGroupInstanceId(long ruleGroupInstanceId)
Sets the ruleGroupInstanceId value for this MDRRuleGroupInstanceSoap.

Parameters:
ruleGroupInstanceId -

getUserId

public long getUserId()
Gets the userId value for this MDRRuleGroupInstanceSoap.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this MDRRuleGroupInstanceSoap.

Parameters:
userId -

getUserName

public java.lang.String getUserName()
Gets the userName value for this MDRRuleGroupInstanceSoap.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this MDRRuleGroupInstanceSoap.

Parameters:
userName -

getUuid

public java.lang.String getUuid()
Gets the uuid value for this MDRRuleGroupInstanceSoap.

Returns:
uuid

setUuid

public void setUuid(java.lang.String uuid)
Sets the uuid value for this MDRRuleGroupInstanceSoap.

Parameters:
uuid -

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