Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.7.0)

E16598-09 OEREF


com.flashline.registry.openapi.entity
Class IEntity

java.lang.Object
  extended by com.flashline.registry.openapi.entity.IEntity

All Implemented Interfaces:
java.io.Serializable

public abstract class IEntity
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
IEntity()
           
IEntity(long ID, int activeStatus, java.lang.String displayName, java.lang.String entityType, java.lang.String key, boolean overWriteFlag, java.util.Calendar updatedDate)
           

 

Method Summary
 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.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IEntity

public IEntity()

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)

Method Detail

getID

public long getID()
Gets the ID value for this IEntity.
Returns:
ID

setID

public void setID(long ID)
Sets the ID value for this IEntity.
Parameters:
ID -

getActiveStatus

public int getActiveStatus()
Gets the activeStatus value for this IEntity.
Returns:
activeStatus

setActiveStatus

public void setActiveStatus(int activeStatus)
Sets the activeStatus value for this IEntity.
Parameters:
activeStatus -

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this IEntity.
Returns:
displayName

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this IEntity.
Parameters:
displayName -

getEntityType

public java.lang.String getEntityType()
Gets the entityType value for this IEntity.
Returns:
entityType

setEntityType

public void setEntityType(java.lang.String entityType)
Sets the entityType value for this IEntity.
Parameters:
entityType -

getKey

public java.lang.String getKey()
Gets the key value for this IEntity.
Returns:
key

setKey

public void setKey(java.lang.String key)
Sets the key value for this IEntity.
Parameters:
key -

isOverWriteFlag

public boolean isOverWriteFlag()
Gets the overWriteFlag value for this IEntity.
Returns:
overWriteFlag

setOverWriteFlag

public void setOverWriteFlag(boolean overWriteFlag)
Sets the overWriteFlag value for this IEntity.
Parameters:
overWriteFlag -

getUpdatedDate

public java.util.Calendar getUpdatedDate()
Gets the updatedDate value for this IEntity.
Returns:
updatedDate

setUpdatedDate

public void setUpdatedDate(java.util.Calendar updatedDate)
Sets the updatedDate value for this IEntity.
Parameters:
updatedDate -

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

Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.7.0)

E16598-09 OEREF


Copyright © 2004-2013, Oracle and/or its affiliates. All rights reserved.