public class MDRRuleGroupInstanceSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public 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)
public long getClassNameId()
public void setClassNameId(long classNameId)
classNameId - public long getClassPK()
public void setClassPK(long classPK)
classPK - public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public java.util.Calendar getCreateDate()
public void setCreateDate(java.util.Calendar createDate)
createDate - public long getGroupId()
public void setGroupId(long groupId)
groupId - public java.util.Calendar getModifiedDate()
public void setModifiedDate(java.util.Calendar modifiedDate)
modifiedDate - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public int getPriority()
public void setPriority(int priority)
priority - public long getRuleGroupId()
public void setRuleGroupId(long ruleGroupId)
ruleGroupId - public long getRuleGroupInstanceId()
public void setRuleGroupInstanceId(long ruleGroupInstanceId)
ruleGroupInstanceId - public long getUserId()
public void setUserId(long userId)
userId - public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName - public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)