Skip navigation links

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

E16598-03


com.flashline.registry.openapi.entity
Class AssetType

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
AssetType()
           
AssetType(long ID, boolean UDDISupport, EntityUUID[] UUIDs, int activeStatus, long[] archeTypeIDs, java.lang.String displayName, java.lang.String editorXML, java.lang.String icon, java.lang.String name, java.lang.String schema, java.util.Calendar updatedDate, java.lang.String viewerXML)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 int getActiveStatus()
          Gets the activeStatus value for this AssetType.
 long[] getArcheTypeIDs()
          Gets the archeTypeIDs value for this AssetType.
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 AssetType.
 java.lang.String getEditorXML()
          Gets the editorXML value for this AssetType.
 java.lang.String getIcon()
          Gets the icon value for this AssetType.
 long getID()
          Gets the ID value for this AssetType.
 java.lang.String getName()
          Gets the name value for this AssetType.
 java.lang.String getSchema()
          Gets the schema value for this AssetType.
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 AssetType.
 EntityUUID[] getUUIDs()
          Gets the UUIDs value for this AssetType.
 java.lang.String getViewerXML()
          Gets the viewerXML value for this AssetType.
 int hashCode()
           
 boolean isUDDISupport()
          Gets the UDDISupport value for this AssetType.
 void setActiveStatus(int activeStatus)
          Sets the activeStatus value for this AssetType.
 void setArcheTypeIDs(long[] archeTypeIDs)
          Sets the archeTypeIDs value for this AssetType.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this AssetType.
 void setEditorXML(java.lang.String editorXML)
          Sets the editorXML value for this AssetType.
 void setIcon(java.lang.String icon)
          Sets the icon value for this AssetType.
 void setID(long ID)
          Sets the ID value for this AssetType.
 void setName(java.lang.String name)
          Sets the name value for this AssetType.
 void setSchema(java.lang.String schema)
          Sets the schema value for this AssetType.
 void setUDDISupport(boolean UDDISupport)
          Sets the UDDISupport value for this AssetType.
 void setUpdatedDate(java.util.Calendar updatedDate)
          Sets the updatedDate value for this AssetType.
 void setUUIDs(EntityUUID[] UUIDs)
          Sets the UUIDs value for this AssetType.
 void setViewerXML(java.lang.String viewerXML)
          Sets the viewerXML value for this AssetType.

 

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

 

Constructor Detail

AssetType

public AssetType()

AssetType

public AssetType(long ID,
                 boolean UDDISupport,
                 EntityUUID[] UUIDs,
                 int activeStatus,
                 long[] archeTypeIDs,
                 java.lang.String displayName,
                 java.lang.String editorXML,
                 java.lang.String icon,
                 java.lang.String name,
                 java.lang.String schema,
                 java.util.Calendar updatedDate,
                 java.lang.String viewerXML)

Method Detail

getID

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

setID

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

isUDDISupport

public boolean isUDDISupport()
Gets the UDDISupport value for this AssetType.
Returns:
UDDISupport

setUDDISupport

public void setUDDISupport(boolean UDDISupport)
Sets the UDDISupport value for this AssetType.
Parameters:
UDDISupport -

getUUIDs

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

setUUIDs

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

getActiveStatus

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

setActiveStatus

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

getArcheTypeIDs

public long[] getArcheTypeIDs()
Gets the archeTypeIDs value for this AssetType.
Returns:
archeTypeIDs

setArcheTypeIDs

public void setArcheTypeIDs(long[] archeTypeIDs)
Sets the archeTypeIDs value for this AssetType.
Parameters:
archeTypeIDs -

getDisplayName

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

setDisplayName

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

getEditorXML

public java.lang.String getEditorXML()
Gets the editorXML value for this AssetType.
Returns:
editorXML

setEditorXML

public void setEditorXML(java.lang.String editorXML)
Sets the editorXML value for this AssetType.
Parameters:
editorXML -

getIcon

public java.lang.String getIcon()
Gets the icon value for this AssetType.
Returns:
icon

setIcon

public void setIcon(java.lang.String icon)
Sets the icon value for this AssetType.
Parameters:
icon -

getName

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

setName

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

getSchema

public java.lang.String getSchema()
Gets the schema value for this AssetType.
Returns:
schema

setSchema

public void setSchema(java.lang.String schema)
Sets the schema value for this AssetType.
Parameters:
schema -

getUpdatedDate

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

setUpdatedDate

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

getViewerXML

public java.lang.String getViewerXML()
Gets the viewerXML value for this AssetType.
Returns:
viewerXML

setViewerXML

public void setViewerXML(java.lang.String viewerXML)
Sets the viewerXML value for this AssetType.
Parameters:
viewerXML -

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

E16598-03


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