|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.prc.JobPropertiesWrapper
| Method Summary | |
java.util.Date |
getDateValue(int propertyID)
Gets a job property as a date. |
double |
getDoubleValue(int propertyID)
Gets a job property as a double. |
int[] |
getIDs()
Gets the available property IDs. |
int |
getIntegerValue(int propertyID)
Gets a job property as an int. |
java.lang.String |
getStringValue(int propertyID)
Gets a job property as a String. |
java.lang.Object |
getValue(int propertyID)
Gets a job property as an Object. |
boolean |
hasValue(int propertyID)
Determines whether a specific value is present. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.String toString()
public int[] getIDs()
IJobProperties
getIDs in interface IJobPropertiespublic java.lang.Object getValue(int propertyID)
IJobPropertiesObject.
getValue in interface IJobPropertiespropertyID - the ID of the property for which to get a value
public java.lang.String getStringValue(int propertyID)
IJobPropertiesString.
getStringValue in interface IJobPropertiespropertyID - the ID of the property for which to get a value
public int getIntegerValue(int propertyID)
IJobPropertiesint.
getIntegerValue in interface IJobPropertiespropertyID - the property ID for which to get a value
public java.util.Date getDateValue(int propertyID)
IJobPropertiesdate.
getDateValue in interface IJobPropertiespropertyID - the property ID for which to get a value
public double getDoubleValue(int propertyID)
IJobPropertiesdouble.
getDoubleValue in interface IJobPropertiespropertyID - the ID of the job property for which to get a value
public boolean hasValue(int propertyID)
IJobProperties
hasValue in interface IJobPropertiespropertyID - the ID of the property to check
true if and only if the value is present
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2010 Oracle® Corporation. All Rights Reserved.