|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.ws.Property
public class Property
Java bean that defines a property of a generic business object.
Supported API: true
Extendable: false
GenericBusinessObject,
Serialized Form| 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()
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Property()
public Property(String name,
String value)
name - The property name.value - The property value.| 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()
toString in class Objectpublic boolean equals(Object o)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||