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 TabTypeBean

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
TabTypeBean()
           
TabTypeBean(long id, java.lang.String name, int sortOrder)
           

 

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 TabTypeBean.
 java.lang.String getName()
          Gets the name value for this TabTypeBean.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSortOrder()
          Gets the sortOrder value for this TabTypeBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setId(long id)
          Sets the id value for this TabTypeBean.
 void setName(java.lang.String name)
          Sets the name value for this TabTypeBean.
 void setSortOrder(int sortOrder)
          Sets the sortOrder value for this TabTypeBean.

 

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

 

Constructor Detail

TabTypeBean

public TabTypeBean()

TabTypeBean

public TabTypeBean(long id,
                   java.lang.String name,
                   int sortOrder)

Method Detail

getId

public long getId()
Gets the id value for this TabTypeBean.
Returns:
id

setId

public void setId(long id)
Sets the id value for this TabTypeBean.
Parameters:
id -

getName

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

setName

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

getSortOrder

public int getSortOrder()
Gets the sortOrder value for this TabTypeBean.
Returns:
sortOrder

setSortOrder

public void setSortOrder(int sortOrder)
Sets the sortOrder value for this TabTypeBean.
Parameters:
sortOrder -

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.