|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.ws.Property
Java bean that defines a property of a generic business object.
GenericBusinessObject
,
Serialized FormField Summary | |
private String |
name
|
private String |
value
|
Constructor Summary | |
Property()
Constructs a new empty Property object. |
|
Property(String name,
String value)
Constructs a new Property object with name and value. |
Method Summary | |
boolean |
equals(Object o)
Tests this Property object against another object for equality. |
String |
getName()
Retrieves this Property object's name. |
String |
getValue()
Retrieves this Property object's value. |
void |
setName(String name)
Sets this Property object's name. |
void |
setValue(String value)
Sets this Property object's value. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private String name
private String value
Constructor Detail |
public Property()
public Property(String name, String value)
name
- The property name.Method Detail |
public void setName(String name)
name
- The new property name.public String getName()
public void setValue(String value)
value
- The new property value.public String getValue()
public String toString()
public boolean equals(Object o)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |