public abstract class IEntity
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
IEntity() |
IEntity(long ID, int activeStatus, java.lang.String displayName, java.lang.String entityType, java.lang.String key, boolean overWriteFlag, java.util.Calendar updatedDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActiveStatus()
Gets the activeStatus value for this IEntity.
|
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 |
getDisplayName()
Gets the displayName value for this IEntity.
|
java.lang.String |
getEntityType()
Gets the entityType value for this IEntity.
|
long |
getID()
Gets the ID value for this IEntity.
|
java.lang.String |
getKey()
Gets the key value for this IEntity.
|
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
|
java.util.Calendar |
getUpdatedDate()
Gets the updatedDate value for this IEntity.
|
int |
hashCode() |
boolean |
isOverWriteFlag()
Gets the overWriteFlag value for this IEntity.
|
void |
setActiveStatus(int activeStatus)
Sets the activeStatus value for this IEntity.
|
void |
setDisplayName(java.lang.String displayName)
Sets the displayName value for this IEntity.
|
void |
setEntityType(java.lang.String entityType)
Sets the entityType value for this IEntity.
|
void |
setID(long ID)
Sets the ID value for this IEntity.
|
void |
setKey(java.lang.String key)
Sets the key value for this IEntity.
|
void |
setOverWriteFlag(boolean overWriteFlag)
Sets the overWriteFlag value for this IEntity.
|
void |
setUpdatedDate(java.util.Calendar updatedDate)
Sets the updatedDate value for this IEntity.
|
public IEntity()
public IEntity(long ID,
int activeStatus,
java.lang.String displayName,
java.lang.String entityType,
java.lang.String key,
boolean overWriteFlag,
java.util.Calendar updatedDate)
public long getID()
public void setID(long ID)
ID -public int getActiveStatus()
public void setActiveStatus(int activeStatus)
activeStatus -public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName -public java.lang.String getEntityType()
public void setEntityType(java.lang.String entityType)
entityType -public java.lang.String getKey()
public void setKey(java.lang.String key)
key -public boolean isOverWriteFlag()
public void setOverWriteFlag(boolean overWriteFlag)
overWriteFlag -public java.util.Calendar getUpdatedDate()
public void setUpdatedDate(java.util.Calendar updatedDate)
updatedDate -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)