edu.vt.middleware.ed
Class EntitlementData

java.lang.Object
  extended by edu.vt.middleware.ed.AbstractDataObject
      extended by edu.vt.middleware.ed.AbstractMutableDataObject
          extended by edu.vt.middleware.ed.EntitlementData
All Implemented Interfaces:
DataObject, MutableDataObject, Persistable, Serializable, Comparable<DataObject>

public class EntitlementData
extends AbstractMutableDataObject
implements Serializable

Contains data about an entitlement, the most important of which is the string identifier of the entitlement.

Version:
$Revision: 7971 $
Author:
Marvin S. Addison
See Also:
Serialized Form

Field Summary
private  String data
          Entitlement data; presumably entitlement identifier
static String FIND_BY_ENTITLEMENT_DATA
          Constant for named query
private static long serialVersionUID
          Serialization version marker
 
Fields inherited from class edu.vt.middleware.ed.AbstractMutableDataObject
modificationDate, modifiedBy
 
Fields inherited from class edu.vt.middleware.ed.AbstractDataObject
createdBy, creationDate, uid
 
Constructor Summary
EntitlementData()
           
 
Method Summary
 String getData()
          Get entitlement data/identifier.
 Long getUid()
          This returns the uid.
 void setData(String s)
          Sets entitlement data/identifier.
 
Methods inherited from class edu.vt.middleware.ed.AbstractMutableDataObject
getModificationDate, getModifiedBy, setModificationDate, setModifiedBy
 
Methods inherited from class edu.vt.middleware.ed.AbstractDataObject
compareTo, getCreatedBy, getCreationDate, setCreatedBy, setCreationDate, setUid, toString, validateProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.vt.middleware.ed.DataObject
getCreatedBy, getCreationDate, setCreatedBy, setCreationDate, setUid
 

Field Detail

FIND_BY_ENTITLEMENT_DATA

public static final String FIND_BY_ENTITLEMENT_DATA
Constant for named query

See Also:
Constant Field Values

serialVersionUID

private static final long serialVersionUID
Serialization version marker

See Also:
Constant Field Values

data

private String data
Entitlement data; presumably entitlement identifier

Constructor Detail

EntitlementData

public EntitlementData()
Method Detail

getUid

public Long getUid()
This returns the uid.

Specified by:
getUid in interface DataObject
Overrides:
getUid in class AbstractDataObject
Returns:
Long - uid

getData

public String getData()
Get entitlement data/identifier.

Returns:
String data.

setData

public void setData(String s)
Sets entitlement data/identifier.

Parameters:
s - Data to set.


Copyright © 2008 Virginia Tech. All Rights Reserved.