Package com.ptc.windchill.ws
Class Property
java.lang.Object
com.ptc.windchill.ws.Property
- All Implemented Interfaces:
Serializable
Java bean that defines a property of a generic business object.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTests this Property object against another object for equality.getName()Retrieves this Property object's name.getValue()Retrieves this Property object's value.voidSets this Property object's name.voidSets this Property object's value.toString()
Supported API: true
-
Constructor Details
-
Property
public Property()Constructs a new empty Property object.
Supported API: true -
Property
Constructs a new Property object with name and value.
Supported API: true- Parameters:
name- The property name.value- The property value.
-
-
Method Details
-
setName
Sets this Property object's name.
Supported API: true- Parameters:
name- The new property name.
-
getName
Retrieves this Property object's name.
Supported API: true- Returns:
- The property name.
-
setValue
Sets this Property object's value.
Supported API: true- Parameters:
value- The new property value.
-
getValue
Retrieves this Property object's value.
Supported API: true- Returns:
- The property value.
-
toString
Supported API: true -
equals
Tests this Property object against another object for equality.
Supported API: true
-