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 TabBean

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
TabBean()
           
TabBean(boolean approved, java.util.Calendar approvedDate, RegistryUser approver, long id, java.lang.String name)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getApprovedDate()
          Gets the approvedDate value for this TabBean.
 RegistryUser getApprover()
          Gets the approver value for this TabBean.
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 TabBean.
 java.lang.String getName()
          Gets the name value for this TabBean.
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
 int hashCode()
           
 boolean isApproved()
          Gets the approved value for this TabBean.
 void setApproved(boolean approved)
          Sets the approved value for this TabBean.
 void setApprovedDate(java.util.Calendar approvedDate)
          Sets the approvedDate value for this TabBean.
 void setApprover(RegistryUser approver)
          Sets the approver value for this TabBean.
 void setId(long id)
          Sets the id value for this TabBean.
 void setName(java.lang.String name)
          Sets the name value for this TabBean.

 

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

 

Constructor Detail

TabBean

public TabBean()

TabBean

public TabBean(boolean approved,
               java.util.Calendar approvedDate,
               RegistryUser approver,
               long id,
               java.lang.String name)

Method Detail

isApproved

public boolean isApproved()
Gets the approved value for this TabBean.
Returns:
approved

setApproved

public void setApproved(boolean approved)
Sets the approved value for this TabBean.
Parameters:
approved -

getApprovedDate

public java.util.Calendar getApprovedDate()
Gets the approvedDate value for this TabBean.
Returns:
approvedDate

setApprovedDate

public void setApprovedDate(java.util.Calendar approvedDate)
Sets the approvedDate value for this TabBean.
Parameters:
approvedDate -

getApprover

public RegistryUser getApprover()
Gets the approver value for this TabBean.
Returns:
approver

setApprover

public void setApprover(RegistryUser approver)
Sets the approver value for this TabBean.
Parameters:
approver -

getId

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

setId

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

getName

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

setName

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

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.