org.iscreen.impl.xml
Class XmlConfigConstraint

java.lang.Object
  extended by org.iscreen.impl.xml.XmlConfigConstraint

public class XmlConfigConstraint
extends java.lang.Object

Author:
Shellman, Dan

Constructor Summary
XmlConfigConstraint()
          Default constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getProperty()
           
 java.lang.String getServiceId()
           
 java.lang.String getValue()
           
 void setProperty(java.lang.String theProperty)
           
 void setServiceId(java.lang.String id)
           
 void setValue(java.lang.String theValue)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlConfigConstraint

public XmlConfigConstraint()
Default constructor.

Method Detail

setProperty

public void setProperty(java.lang.String theProperty)

getProperty

public java.lang.String getProperty()

setValue

public void setValue(java.lang.String theValue)

getValue

public java.lang.String getValue()

setServiceId

public void setServiceId(java.lang.String id)

getServiceId

public java.lang.String getServiceId()

equals

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