org.filteredpush.client.model
Class InterestCriteria

java.lang.Object
  extended by org.filteredpush.client.model.InterestCriteria
All Implemented Interfaces:
java.io.Serializable

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

This class models the interest criteria entity.

Author:
Lei Dou $Id$
See Also:
Serialized Form

Constructor Summary
InterestCriteria()
           
 
Method Summary
 int getId()
           
 Interest getInterest()
           
 java.lang.String getOntologyClass()
           
 java.util.Map<java.lang.String,java.lang.String> getOntologyClassChoices()
           
 java.lang.String getProperty()
           
 java.util.Map<java.lang.String,java.lang.String> getPropertyChoices()
           
 java.lang.String getValue()
           
 void setId(int id)
           
 void setInterest(Interest interest)
           
 void setOntologyClass(java.lang.String ontologyClass)
           
 void setProperty(java.lang.String property)
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterestCriteria

public InterestCriteria()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getOntologyClass

public java.lang.String getOntologyClass()

setOntologyClass

public void setOntologyClass(java.lang.String ontologyClass)

getProperty

public java.lang.String getProperty()

setProperty

public void setProperty(java.lang.String property)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getInterest

public Interest getInterest()

setInterest

public void setInterest(Interest interest)

getOntologyClassChoices

public java.util.Map<java.lang.String,java.lang.String> getOntologyClassChoices()

getPropertyChoices

public java.util.Map<java.lang.String,java.lang.String> getPropertyChoices()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object