org.plasma.provisioning
Class Sort

java.lang.Object
  extended by org.plasma.provisioning.Sort

public class Sort
extends Object

Assigns ordering and other related information to properties within an entity.

Java class for Sort complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Sort">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String key
           
 
Constructor Summary
Sort()
           
 
Method Summary
 String getKey()
          Gets the value of the key property.
 void setKey(String value)
          Sets the value of the key property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected String key
Constructor Detail

Sort

public Sort()
Method Detail

getKey

public String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(String value)
Sets the value of the key property.

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.