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 ProjectSummary

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

All Implemented Interfaces:
java.io.Serializable

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

Lightweight Project object returned by queries through the OpenAPI

See Also:
Serialized Form

Constructor Summary
ProjectSummary()
           
ProjectSummary(long ID, boolean closed, long departmentID, java.lang.String description, java.lang.String name)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 long getDepartmentID()
          Gets the departmentID value for this ProjectSummary.
 java.lang.String getDescription()
          Gets the description value for this ProjectSummary.
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 ProjectSummary.
 java.lang.String getName()
          Gets the name value for this ProjectSummary.
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 isClosed()
          Gets the closed value for this ProjectSummary.
 void setClosed(boolean closed)
          Sets the closed value for this ProjectSummary.
 void setDepartmentID(long departmentID)
          Sets the departmentID value for this ProjectSummary.
 void setDescription(java.lang.String description)
          Sets the description value for this ProjectSummary.
 void setID(long ID)
          Sets the ID value for this ProjectSummary.
 void setName(java.lang.String name)
          Sets the name value for this ProjectSummary.

 

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

 

Constructor Detail

ProjectSummary

public ProjectSummary()

ProjectSummary

public ProjectSummary(long ID,
                      boolean closed,
                      long departmentID,
                      java.lang.String description,
                      java.lang.String name)

Method Detail

getID

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

setID

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

isClosed

public boolean isClosed()
Gets the closed value for this ProjectSummary.
Returns:
closed

setClosed

public void setClosed(boolean closed)
Sets the closed value for this ProjectSummary.
Parameters:
closed -

getDepartmentID

public long getDepartmentID()
Gets the departmentID value for this ProjectSummary.
Returns:
departmentID

setDepartmentID

public void setDepartmentID(long departmentID)
Sets the departmentID value for this ProjectSummary.
Parameters:
departmentID -

getDescription

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

setDescription

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

getName

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

setName

public void setName(java.lang.String name)
Sets the name value for this ProjectSummary.
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)

E16598-01


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