Skip navigation links

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

E16598-02


com.flashline.registry.openapi.entity
Class AssetSummary

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
AssetSummary()
           
AssetSummary(long ID, java.lang.String UUID, java.lang.String longName, java.lang.String name, long typeID, java.lang.String version)
           

 

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 getID()
          Gets the ID value for this AssetSummary.
 java.lang.String getLongName()
          Gets the longName value for this AssetSummary.
 java.lang.String getName()
          Gets the name value for this AssetSummary.
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 getTypeID()
          Gets the typeID value for this AssetSummary.
 java.lang.String getUUID()
          Gets the UUID value for this AssetSummary.
 java.lang.String getVersion()
          Gets the version value for this AssetSummary.
 int hashCode()
           
 void setID(long ID)
          Sets the ID value for this AssetSummary.
 void setLongName(java.lang.String longName)
          Sets the longName value for this AssetSummary.
 void setName(java.lang.String name)
          Sets the name value for this AssetSummary.
 void setTypeID(long typeID)
          Sets the typeID value for this AssetSummary.
 void setUUID(java.lang.String UUID)
          Sets the UUID value for this AssetSummary.
 void setVersion(java.lang.String version)
          Sets the version value for this AssetSummary.

 

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

 

Constructor Detail

AssetSummary

public AssetSummary()

AssetSummary

public AssetSummary(long ID,
                    java.lang.String UUID,
                    java.lang.String longName,
                    java.lang.String name,
                    long typeID,
                    java.lang.String version)

Method Detail

getID

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

setID

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

getUUID

public java.lang.String getUUID()
Gets the UUID value for this AssetSummary.
Returns:
UUID

setUUID

public void setUUID(java.lang.String UUID)
Sets the UUID value for this AssetSummary.
Parameters:
UUID -

getLongName

public java.lang.String getLongName()
Gets the longName value for this AssetSummary.
Returns:
longName

setLongName

public void setLongName(java.lang.String longName)
Sets the longName value for this AssetSummary.
Parameters:
longName -

getName

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

setName

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

getTypeID

public long getTypeID()
Gets the typeID value for this AssetSummary.
Returns:
typeID

setTypeID

public void setTypeID(long typeID)
Sets the typeID value for this AssetSummary.
Parameters:
typeID -

getVersion

public java.lang.String getVersion()
Gets the version value for this AssetSummary.
Returns:
version

setVersion

public void setVersion(java.lang.String version)
Sets the version value for this AssetSummary.
Parameters:
version -

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.4.0)

E16598-02


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