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 PolicyAssertion

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
PolicyAssertion()
           
PolicyAssertion(long ID, long assertionTypeID, java.lang.String description, java.lang.String name, java.lang.String technicalDefinition, java.util.Calendar updatedDate)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 long getAssertionTypeID()
          Gets the assertionTypeID value for this PolicyAssertion.
 java.lang.String getDescription()
          Gets the description value for this PolicyAssertion.
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 PolicyAssertion.
 java.lang.String getName()
          Gets the name value for this PolicyAssertion.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTechnicalDefinition()
          Gets the technicalDefinition value for this PolicyAssertion.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.util.Calendar getUpdatedDate()
          Gets the updatedDate value for this PolicyAssertion.
 int hashCode()
           
 void setAssertionTypeID(long assertionTypeID)
          Sets the assertionTypeID value for this PolicyAssertion.
 void setDescription(java.lang.String description)
          Sets the description value for this PolicyAssertion.
 void setID(long ID)
          Sets the ID value for this PolicyAssertion.
 void setName(java.lang.String name)
          Sets the name value for this PolicyAssertion.
 void setTechnicalDefinition(java.lang.String technicalDefinition)
          Sets the technicalDefinition value for this PolicyAssertion.
 void setUpdatedDate(java.util.Calendar updatedDate)
          Sets the updatedDate value for this PolicyAssertion.

 

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

 

Constructor Detail

PolicyAssertion

public PolicyAssertion()

PolicyAssertion

public PolicyAssertion(long ID,
                       long assertionTypeID,
                       java.lang.String description,
                       java.lang.String name,
                       java.lang.String technicalDefinition,
                       java.util.Calendar updatedDate)

Method Detail

getID

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

setID

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

getAssertionTypeID

public long getAssertionTypeID()
Gets the assertionTypeID value for this PolicyAssertion.
Returns:
assertionTypeID

setAssertionTypeID

public void setAssertionTypeID(long assertionTypeID)
Sets the assertionTypeID value for this PolicyAssertion.
Parameters:
assertionTypeID -

getDescription

public java.lang.String getDescription()
Gets the description value for this PolicyAssertion.
Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this PolicyAssertion.
Parameters:
description -

getName

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

setName

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

getTechnicalDefinition

public java.lang.String getTechnicalDefinition()
Gets the technicalDefinition value for this PolicyAssertion.
Returns:
technicalDefinition

setTechnicalDefinition

public void setTechnicalDefinition(java.lang.String technicalDefinition)
Sets the technicalDefinition value for this PolicyAssertion.
Parameters:
technicalDefinition -

getUpdatedDate

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

setUpdatedDate

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