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.query
Class ProjectCriteria

java.lang.Object
  extended by com.flashline.registry.openapi.query.SearchTermGroup
      extended by com.flashline.registry.openapi.query.ProjectCriteria

All Implemented Interfaces:
java.io.Serializable

public class ProjectCriteria
extends SearchTermGroup
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ProjectCriteria()
           
ProjectCriteria(java.lang.String categorizationCriteria, java.lang.String departmentCriteria, java.lang.String exactMatchCriteria, java.lang.String nameCriteria, java.lang.String statusCriteria, long userCriteria, long userHasCriteria, long userLeadByCriteria)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCategorizationCriteria()
          Gets the categorizationCriteria value for this ProjectCriteria.
 java.lang.String getDepartmentCriteria()
          Gets the departmentCriteria value for this ProjectCriteria.
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 getExactMatchCriteria()
          Gets the exactMatchCriteria value for this ProjectCriteria.
 java.lang.String getNameCriteria()
          Gets the nameCriteria value for this ProjectCriteria.
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 getStatusCriteria()
          Gets the statusCriteria value for this ProjectCriteria.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserCriteria()
          Gets the userCriteria value for this ProjectCriteria.
 long getUserHasCriteria()
          Gets the userHasCriteria value for this ProjectCriteria.
 long getUserLeadByCriteria()
          Gets the userLeadByCriteria value for this ProjectCriteria.
 int hashCode()
           
 void setCategorizationCriteria(java.lang.String categorizationCriteria)
          Sets the categorizationCriteria value for this ProjectCriteria.
 void setDepartmentCriteria(java.lang.String departmentCriteria)
          Sets the departmentCriteria value for this ProjectCriteria.
 void setExactMatchCriteria(java.lang.String exactMatchCriteria)
          Sets the exactMatchCriteria value for this ProjectCriteria.
 void setNameCriteria(java.lang.String nameCriteria)
          Sets the nameCriteria value for this ProjectCriteria.
 void setStatusCriteria(java.lang.String statusCriteria)
          Sets the statusCriteria value for this ProjectCriteria.
 void setUserCriteria(long userCriteria)
          Sets the userCriteria value for this ProjectCriteria.
 void setUserHasCriteria(long userHasCriteria)
          Sets the userHasCriteria value for this ProjectCriteria.
 void setUserLeadByCriteria(long userLeadByCriteria)
          Sets the userLeadByCriteria value for this ProjectCriteria.

 

Methods inherited from class com.flashline.registry.openapi.query.SearchTermGroup
getOrderBy, getQualifier, getSearchTermGroups, getSearchTerms, getSupportedKeys, setOrderBy, setQualifier, setSearchTermGroups, setSearchTerms, setSupportedKeys

 

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

 

Constructor Detail

ProjectCriteria

public ProjectCriteria()

ProjectCriteria

public ProjectCriteria(java.lang.String categorizationCriteria,
                       java.lang.String departmentCriteria,
                       java.lang.String exactMatchCriteria,
                       java.lang.String nameCriteria,
                       java.lang.String statusCriteria,
                       long userCriteria,
                       long userHasCriteria,
                       long userLeadByCriteria)

Method Detail

getCategorizationCriteria

public java.lang.String getCategorizationCriteria()
Gets the categorizationCriteria value for this ProjectCriteria.
Returns:
categorizationCriteria

setCategorizationCriteria

public void setCategorizationCriteria(java.lang.String categorizationCriteria)
Sets the categorizationCriteria value for this ProjectCriteria.
Parameters:
categorizationCriteria -

getDepartmentCriteria

public java.lang.String getDepartmentCriteria()
Gets the departmentCriteria value for this ProjectCriteria.
Returns:
departmentCriteria

setDepartmentCriteria

public void setDepartmentCriteria(java.lang.String departmentCriteria)
Sets the departmentCriteria value for this ProjectCriteria.
Parameters:
departmentCriteria -

getExactMatchCriteria

public java.lang.String getExactMatchCriteria()
Gets the exactMatchCriteria value for this ProjectCriteria.
Returns:
exactMatchCriteria

setExactMatchCriteria

public void setExactMatchCriteria(java.lang.String exactMatchCriteria)
Sets the exactMatchCriteria value for this ProjectCriteria.
Parameters:
exactMatchCriteria -

getNameCriteria

public java.lang.String getNameCriteria()
Gets the nameCriteria value for this ProjectCriteria.
Returns:
nameCriteria

setNameCriteria

public void setNameCriteria(java.lang.String nameCriteria)
Sets the nameCriteria value for this ProjectCriteria.
Parameters:
nameCriteria -

getStatusCriteria

public java.lang.String getStatusCriteria()
Gets the statusCriteria value for this ProjectCriteria.
Returns:
statusCriteria

setStatusCriteria

public void setStatusCriteria(java.lang.String statusCriteria)
Sets the statusCriteria value for this ProjectCriteria.
Parameters:
statusCriteria -

getUserCriteria

public long getUserCriteria()
Gets the userCriteria value for this ProjectCriteria.
Returns:
userCriteria

setUserCriteria

public void setUserCriteria(long userCriteria)
Sets the userCriteria value for this ProjectCriteria.
Parameters:
userCriteria -

getUserHasCriteria

public long getUserHasCriteria()
Gets the userHasCriteria value for this ProjectCriteria.
Returns:
userHasCriteria

setUserHasCriteria

public void setUserHasCriteria(long userHasCriteria)
Sets the userHasCriteria value for this ProjectCriteria.
Parameters:
userHasCriteria -

getUserLeadByCriteria

public long getUserLeadByCriteria()
Gets the userLeadByCriteria value for this ProjectCriteria.
Returns:
userLeadByCriteria

setUserLeadByCriteria

public void setUserLeadByCriteria(long userLeadByCriteria)
Sets the userLeadByCriteria value for this ProjectCriteria.
Parameters:
userLeadByCriteria -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class SearchTermGroup

hashCode

public int hashCode()
Overrides:
hashCode in class SearchTermGroup

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.