org.filteredpush.client.model
Class InterestCriteria
java.lang.Object
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InterestCriteria
public InterestCriteria()
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