|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sdsc.inca.depot.persistent.PersistentObject
edu.sdsc.inca.depot.persistent.AcceptedOutput
public class AcceptedOutput
This class represents the accepted output for a reporter and matches with the xml schemas idea of acceptedOutput.
| Field Summary |
|---|
| Fields inherited from class edu.sdsc.inca.depot.persistent.PersistentObject |
|---|
DB_EMPTY_STRING, logger, MAX_DB_LONG_STRING_LENGTH, MAX_DB_STRING_LENGTH |
| Constructor Summary | |
|---|---|
AcceptedOutput()
Default constructor. |
|
AcceptedOutput(java.lang.String comparitor,
java.lang.String comparison)
Full constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Override of the default equals method. |
AcceptedOutput |
fromBean(edu.sdsc.inca.dataModel.util.AcceptedOutput ao)
Copies information from an Inca schema XmlBean AcceptedOutput object so that this object contains equivalent information. |
PersistentObject |
fromBean(org.apache.xmlbeans.XmlObject o)
Copies information from an Inca schema XmlBean AcceptedOutput object so that this object contains equivalent information. |
java.lang.String |
getComparison()
Get the comparison portion of the AcceptedOutput. |
java.lang.String |
getComparitor()
Get the comparitor class name of the AcceptedOutput. |
Notification |
getNotification()
Get the notification information of the AcceptedOutput. |
void |
setComparison(java.lang.String comparison)
Set the comparison of the AcceptedOutput. |
void |
setComparitor(java.lang.String comparitor)
Set the comparitor class name of the AcceptedOutput. |
void |
setNotification(Notification notification)
Set the notification information of the AcceptedOutput. |
org.apache.xmlbeans.XmlObject |
toBean()
Returns a Inca schema XmlBean AcceptedOutput object that contains information equivalent to this object. |
java.lang.String |
toString()
|
| Methods inherited from class edu.sdsc.inca.depot.persistent.PersistentObject |
|---|
toXml, truncate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AcceptedOutput()
public AcceptedOutput(java.lang.String comparitor,
java.lang.String comparison)
comparitor - this name of the class that does the comparisoncomparison - the correct value to pass to the comparitor| Method Detail |
|---|
public PersistentObject fromBean(org.apache.xmlbeans.XmlObject o)
fromBean in class PersistentObjecto - the XmlBean AcceptedOutput object to copy
public AcceptedOutput fromBean(edu.sdsc.inca.dataModel.util.AcceptedOutput ao)
ao - the XmlBean AcceptedOutput object to copy
public java.lang.String getComparison()
public void setComparison(java.lang.String comparison)
comparison - the AcceptedOutput comparison stringpublic java.lang.String getComparitor()
public void setComparitor(java.lang.String comparitor)
comparitor - the AcceptedObject comparitor class namepublic Notification getNotification()
public void setNotification(Notification notification)
notification - the AcceptedObject notification informationpublic org.apache.xmlbeans.XmlObject toBean()
toBean in class PersistentObjectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||