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 MetadataEntrySummary

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MetadataEntryImpl

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

Constructor Summary
MetadataEntrySummary()
           
MetadataEntrySummary(long ID, java.lang.String SFID, EntityUUID[] UUIDs, long entityID, java.lang.String entityTypeDef, java.lang.String entryType, java.lang.String name, java.lang.String[] tags, java.util.Calendar updatedDate)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getEntityID()
          Gets the entityID value for this MetadataEntrySummary.
 java.lang.String getEntityTypeDef()
          Gets the entityTypeDef value for this MetadataEntrySummary.
 java.lang.String getEntryType()
          Gets the entryType value for this MetadataEntrySummary.
 long getID()
          Gets the ID value for this MetadataEntrySummary.
 java.lang.String getName()
          Gets the name value for this MetadataEntrySummary.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSFID()
          Gets the SFID value for this MetadataEntrySummary.
 java.lang.String[] getTags()
          Gets the tags value for this MetadataEntrySummary.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.util.Calendar getUpdatedDate()
          Gets the updatedDate value for this MetadataEntrySummary.
 EntityUUID[] getUUIDs()
          Gets the UUIDs value for this MetadataEntrySummary.
 int hashCode()
           
 void setEntityID(long entityID)
          Sets the entityID value for this MetadataEntrySummary.
 void setEntityTypeDef(java.lang.String entityTypeDef)
          Sets the entityTypeDef value for this MetadataEntrySummary.
 void setEntryType(java.lang.String entryType)
          Sets the entryType value for this MetadataEntrySummary.
 void setID(long ID)
          Sets the ID value for this MetadataEntrySummary.
 void setName(java.lang.String name)
          Sets the name value for this MetadataEntrySummary.
 void setSFID(java.lang.String SFID)
          Sets the SFID value for this MetadataEntrySummary.
 void setTags(java.lang.String[] tags)
          Sets the tags value for this MetadataEntrySummary.
 void setUpdatedDate(java.util.Calendar updatedDate)
          Sets the updatedDate value for this MetadataEntrySummary.
 void setUUIDs(EntityUUID[] UUIDs)
          Sets the UUIDs value for this MetadataEntrySummary.

 

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

 

Constructor Detail

MetadataEntrySummary

public MetadataEntrySummary()

MetadataEntrySummary

public MetadataEntrySummary(long ID,
                            java.lang.String SFID,
                            EntityUUID[] UUIDs,
                            long entityID,
                            java.lang.String entityTypeDef,
                            java.lang.String entryType,
                            java.lang.String name,
                            java.lang.String[] tags,
                            java.util.Calendar updatedDate)

Method Detail

getID

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

setID

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

getSFID

public java.lang.String getSFID()
Gets the SFID value for this MetadataEntrySummary.
Returns:
SFID

setSFID

public void setSFID(java.lang.String SFID)
Sets the SFID value for this MetadataEntrySummary.
Parameters:
SFID -

getUUIDs

public EntityUUID[] getUUIDs()
Gets the UUIDs value for this MetadataEntrySummary.
Returns:
UUIDs

setUUIDs

public void setUUIDs(EntityUUID[] UUIDs)
Sets the UUIDs value for this MetadataEntrySummary.
Parameters:
UUIDs -

getEntityID

public long getEntityID()
Gets the entityID value for this MetadataEntrySummary.
Returns:
entityID

setEntityID

public void setEntityID(long entityID)
Sets the entityID value for this MetadataEntrySummary.
Parameters:
entityID -

getEntityTypeDef

public java.lang.String getEntityTypeDef()
Gets the entityTypeDef value for this MetadataEntrySummary.
Returns:
entityTypeDef

setEntityTypeDef

public void setEntityTypeDef(java.lang.String entityTypeDef)
Sets the entityTypeDef value for this MetadataEntrySummary.
Parameters:
entityTypeDef -

getEntryType

public java.lang.String getEntryType()
Gets the entryType value for this MetadataEntrySummary.
Returns:
entryType

setEntryType

public void setEntryType(java.lang.String entryType)
Sets the entryType value for this MetadataEntrySummary.
Parameters:
entryType -

getName

public java.lang.String getName()
Gets the name value for this MetadataEntrySummary.
Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this MetadataEntrySummary.
Parameters:
name -

getTags

public java.lang.String[] getTags()
Gets the tags value for this MetadataEntrySummary.
Returns:
tags

setTags

public void setTags(java.lang.String[] tags)
Sets the tags value for this MetadataEntrySummary.
Parameters:
tags -

getUpdatedDate

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

setUpdatedDate

public void setUpdatedDate(java.util.Calendar updatedDate)
Sets the updatedDate value for this MetadataEntrySummary.
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.