org.oslc.asset.internal
Class ApprovalQueryResultRef<T>
java.lang.Object
org.oslc.asset.internal.ApprovalQueryResultRef<T>
public class ApprovalQueryResultRef<T>
- extends java.lang.Object
- Since:
- 7.2.0.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
about
protected java.lang.String about
value
protected ApprovalQueryResult value
ApprovalQueryResultRef
public ApprovalQueryResultRef()
- Since:
- 7.2.0.2
ApprovalQueryResultRef
public ApprovalQueryResultRef(java.lang.String href)
- Since:
- 7.2.0.2
getAbout
public java.lang.String getAbout()
- Gets the about property.
- Returns:
- possible object is
String
setAbout
public void setAbout(java.lang.String about)
- Sets the about property.
- Parameters:
value - allowed object is String
getValue
public ApprovalQueryResult getValue()
- Gets the value of the etag property.
- Returns:
- possible object is
String
setValue
public void setValue(ApprovalQueryResult value)
- Sets the value of the etag property.
- Parameters:
value - allowed object is String
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object