java.lang.Object
com.genologics.ri.property.PropertyLink
- All Implemented Interfaces:
Serializable
property-link is a child element type of property and provides a URI linking
to the detailed representation of a property.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.PropertyLink(URI uri) Constructor with URI.PropertyLink(URI uri, String name, String value) Constructor with URI, name, and value. -
Method Summary
-
Field Details
-
uri
The URI of the property. -
name
The name of the property. -
value
The value of the property.
-
-
Constructor Details
-
PropertyLink
public PropertyLink()Default constructor. -
PropertyLink
Constructor with URI.- Parameters:
uri- The URI of the property.
-
PropertyLink
Constructor with URI, name, and value.- Parameters:
uri- The URI of the property.name- The name of the property.value- The value of the property.
-
-
Method Details
-
getUri
Gets the URI of the property.- Returns:
- The property URI.
-
setUri
Sets the URI of the property.- Parameters:
uri- The property URI.
-
getName
Gets the name of the property.- Returns:
- The property name.
-
setName
Sets the name of the property.- Parameters:
name- The property name.
-
getValue
Gets the value of the property.- Returns:
- The property value.
-
setValue
Sets the value of the property.- Parameters:
value- The property value.
-