Skip navigation links

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

E16598-01


com.flashline.registry.openapi.entity
Class Categorization

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

All Implemented Interfaces:
java.io.Serializable

public class Categorization
extends java.lang.Object
implements java.io.Serializable

This class represents a categorization in the Oracle Enterprise Repository. A categorization can be applied to assets and projects. Categorizations are organized into categorization types.

See Also:
Serialized Form

Constructor Summary
Categorization()
           
Categorization(long ID, int activeStatus, boolean deleted, java.lang.String displayName, long level, java.lang.String name, java.lang.String recursiveName, Categorization _super, long typeID, java.util.Calendar updatedDate)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 Categorization get_super()
          Gets the _super value for this Categorization.
 int getActiveStatus()
          Gets the activeStatus value for this Categorization.
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 Categorization.
 long getID()
          Gets the ID value for this Categorization.
 long getLevel()
          Gets the level value for this Categorization.
 java.lang.String getName()
          Gets the name value for this Categorization.
 java.lang.String getRecursiveName()
          Gets the recursiveName value for this Categorization.
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 Categorization.
 java.util.Calendar getUpdatedDate()
          Gets the updatedDate value for this Categorization.
 int hashCode()
           
 boolean isDeleted()
          Gets the deleted value for this Categorization.
 void set_super(Categorization _super)
          Sets the _super value for this Categorization.
 void setActiveStatus(int activeStatus)
          Sets the activeStatus value for this Categorization.
 void setDeleted(boolean deleted)
          Sets the deleted value for this Categorization.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this Categorization.
 void setID(long ID)
          Sets the ID value for this Categorization.
 void setLevel(long level)
          Sets the level value for this Categorization.
 void setName(java.lang.String name)
          Sets the name value for this Categorization.
 void setRecursiveName(java.lang.String recursiveName)
          Sets the recursiveName value for this Categorization.
 void setTypeID(long typeID)
          Sets the typeID value for this Categorization.
 void setUpdatedDate(java.util.Calendar updatedDate)
          Sets the updatedDate value for this Categorization.

 

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

 

Constructor Detail

Categorization

public Categorization()

Categorization

public Categorization(long ID,
                      int activeStatus,
                      boolean deleted,
                      java.lang.String displayName,
                      long level,
                      java.lang.String name,
                      java.lang.String recursiveName,
                      Categorization _super,
                      long typeID,
                      java.util.Calendar updatedDate)

Method Detail

getID

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

setID

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

getActiveStatus

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

setActiveStatus

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

isDeleted

public boolean isDeleted()
Gets the deleted value for this Categorization.
Returns:
deleted

setDeleted

public void setDeleted(boolean deleted)
Sets the deleted value for this Categorization.
Parameters:
deleted -

getDisplayName

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

setDisplayName

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

getLevel

public long getLevel()
Gets the level value for this Categorization.
Returns:
level

setLevel

public void setLevel(long level)
Sets the level value for this Categorization.
Parameters:
level -

getName

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

setName

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

getRecursiveName

public java.lang.String getRecursiveName()
Gets the recursiveName value for this Categorization.
Returns:
recursiveName

setRecursiveName

public void setRecursiveName(java.lang.String recursiveName)
Sets the recursiveName value for this Categorization.
Parameters:
recursiveName -

get_super

public Categorization get_super()
Gets the _super value for this Categorization.
Returns:
_super

set_super

public void set_super(Categorization _super)
Sets the _super value for this Categorization.
Parameters:
_super -

getTypeID

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

setTypeID

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

getUpdatedDate

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

setUpdatedDate

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

E16598-01


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