org.oslc.asset.internal
Class ApprovalQueryResultRef<T>

java.lang.Object
  extended by org.oslc.asset.internal.ApprovalQueryResultRef<T>

public class ApprovalQueryResultRef<T>
extends java.lang.Object

Since:
7.2.0.2

Field Summary
protected  java.lang.String about
           
protected  ApprovalQueryResult value
           
 
Constructor Summary
ApprovalQueryResultRef()
           
ApprovalQueryResultRef(java.lang.String href)
           
 
Method Summary
 java.lang.String getAbout()
          Gets the about property.
 ApprovalQueryResult getValue()
          Gets the value of the etag property.
 void setAbout(java.lang.String about)
          Sets the about property.
 void setValue(ApprovalQueryResult value)
          Sets the value of the etag property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

about

protected java.lang.String about

value

protected ApprovalQueryResult value
Constructor Detail

ApprovalQueryResultRef

public ApprovalQueryResultRef()
Since:
7.2.0.2

ApprovalQueryResultRef

public ApprovalQueryResultRef(java.lang.String href)
Since:
7.2.0.2
Method Detail

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