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 CategorizationType

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
CategorizationType()
           
CategorizationType(long ID, boolean assetAssignable, Categorization[] categorizations, java.lang.String displayName, java.lang.String displayPlural, java.lang.String displaySingular, boolean exclusiveAssign, java.lang.String[] externalIDs, java.lang.String name, boolean projectAssignable, java.util.Calendar updatedDate)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 Categorization[] getCategorizations()
          Gets the categorizations value for this CategorizationType.
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 CategorizationType.
 java.lang.String getDisplayPlural()
          Gets the displayPlural value for this CategorizationType.
 java.lang.String getDisplaySingular()
          Gets the displaySingular value for this CategorizationType.
 java.lang.String[] getExternalIDs()
          Gets the externalIDs value for this CategorizationType.
 long getID()
          Gets the ID value for this CategorizationType.
 java.lang.String getName()
          Gets the name value for this CategorizationType.
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 CategorizationType.
 int hashCode()
           
 boolean isAssetAssignable()
          Gets the assetAssignable value for this CategorizationType.
 boolean isExclusiveAssign()
          Gets the exclusiveAssign value for this CategorizationType.
 boolean isProjectAssignable()
          Gets the projectAssignable value for this CategorizationType.
 void setAssetAssignable(boolean assetAssignable)
          Sets the assetAssignable value for this CategorizationType.
 void setCategorizations(Categorization[] categorizations)
          Sets the categorizations value for this CategorizationType.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this CategorizationType.
 void setDisplayPlural(java.lang.String displayPlural)
          Sets the displayPlural value for this CategorizationType.
 void setDisplaySingular(java.lang.String displaySingular)
          Sets the displaySingular value for this CategorizationType.
 void setExclusiveAssign(boolean exclusiveAssign)
          Sets the exclusiveAssign value for this CategorizationType.
 void setExternalIDs(java.lang.String[] externalIDs)
          Sets the externalIDs value for this CategorizationType.
 void setID(long ID)
          Sets the ID value for this CategorizationType.
 void setName(java.lang.String name)
          Sets the name value for this CategorizationType.
 void setProjectAssignable(boolean projectAssignable)
          Sets the projectAssignable value for this CategorizationType.
 void setUpdatedDate(java.util.Calendar updatedDate)
          Sets the updatedDate value for this CategorizationType.

 

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

 

Constructor Detail

CategorizationType

public CategorizationType()

CategorizationType

public CategorizationType(long ID,
                          boolean assetAssignable,
                          Categorization[] categorizations,
                          java.lang.String displayName,
                          java.lang.String displayPlural,
                          java.lang.String displaySingular,
                          boolean exclusiveAssign,
                          java.lang.String[] externalIDs,
                          java.lang.String name,
                          boolean projectAssignable,
                          java.util.Calendar updatedDate)

Method Detail

getID

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

setID

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

isAssetAssignable

public boolean isAssetAssignable()
Gets the assetAssignable value for this CategorizationType.
Returns:
assetAssignable

setAssetAssignable

public void setAssetAssignable(boolean assetAssignable)
Sets the assetAssignable value for this CategorizationType.
Parameters:
assetAssignable -

getCategorizations

public Categorization[] getCategorizations()
Gets the categorizations value for this CategorizationType.
Returns:
categorizations

setCategorizations

public void setCategorizations(Categorization[] categorizations)
Sets the categorizations value for this CategorizationType.
Parameters:
categorizations -

getDisplayName

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

setDisplayName

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

getDisplayPlural

public java.lang.String getDisplayPlural()
Gets the displayPlural value for this CategorizationType.
Returns:
displayPlural

setDisplayPlural

public void setDisplayPlural(java.lang.String displayPlural)
Sets the displayPlural value for this CategorizationType.
Parameters:
displayPlural -

getDisplaySingular

public java.lang.String getDisplaySingular()
Gets the displaySingular value for this CategorizationType.
Returns:
displaySingular

setDisplaySingular

public void setDisplaySingular(java.lang.String displaySingular)
Sets the displaySingular value for this CategorizationType.
Parameters:
displaySingular -

isExclusiveAssign

public boolean isExclusiveAssign()
Gets the exclusiveAssign value for this CategorizationType.
Returns:
exclusiveAssign

setExclusiveAssign

public void setExclusiveAssign(boolean exclusiveAssign)
Sets the exclusiveAssign value for this CategorizationType.
Parameters:
exclusiveAssign -

getExternalIDs

public java.lang.String[] getExternalIDs()
Gets the externalIDs value for this CategorizationType.
Returns:
externalIDs

setExternalIDs

public void setExternalIDs(java.lang.String[] externalIDs)
Sets the externalIDs value for this CategorizationType.
Parameters:
externalIDs -

getName

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

setName

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

isProjectAssignable

public boolean isProjectAssignable()
Gets the projectAssignable value for this CategorizationType.
Returns:
projectAssignable

setProjectAssignable

public void setProjectAssignable(boolean projectAssignable)
Sets the projectAssignable value for this CategorizationType.
Parameters:
projectAssignable -

getUpdatedDate

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

setUpdatedDate

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

E16598-03


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