edu.vt.middleware.ed
Interface DataObject

All Known Subinterfaces:
DataRelation<T,V>, DirectoryObject, GroupRelation<V>, MutableDataObject, NamedDataObject, Password, ReservationObject
All Known Implementing Classes:
AbstractCredentialedObject, AbstractDataObject, AbstractDataRelation, AbstractGroupRelation, AbstractMutableDataObject, AbstractNamedDataObject, AbstractPassword, AbstractReservation, Account, AccountPassword, Address, AffiliationData, AlumniData, ArchivedPerson, Certificate, EmailAccount, EmailAddress, EmailPassword, EmployeeData, EmployeeDepartment, Entitlement, EntitlementData, EntitlementPersonRelation, EntitlementServiceRelation, ExternalEmailAddress, Group, GroupGroupRelation, GroupPersonRelation, GroupServiceRelation, Identifier, InstantMessagingId, LabeledUri, NameReservation, PasswordQuestion, PermNameReservation, Person, PersonName, PersonPersonRelation, PhoneNumber, Service, ServicePersonRelation, StudentData, StudentDegree, StudentMajor, SuppressedAttribute, Ticket

public interface DataObject

Contains methods that all ED data objects have in common.

Version:
$Revision: 6103 $
Author:
Daniel Fisher

Method Summary
 String getCreatedBy()
          This returns the created by.
 Calendar getCreationDate()
          This returns the creation date.
 Long getUid()
          This returns the uid.
 void setCreatedBy(String s)
          This sets the created by.
 void setCreationDate(Calendar c)
          This sets the creation date.
 void setUid(Long l)
          This sets the uid.
 

Method Detail

getUid

Long getUid()
This returns the uid.

Returns:
Long - uid

setUid

void setUid(Long l)
This sets the uid.

Parameters:
l - Long to set

getCreationDate

Calendar getCreationDate()
This returns the creation date.

Returns:
Calendar

setCreationDate

void setCreationDate(Calendar c)
This sets the creation date.

Parameters:
c - Calendar

getCreatedBy

String getCreatedBy()
This returns the created by.

Returns:
String

setCreatedBy

void setCreatedBy(String s)
This sets the created by.

Parameters:
s - String


Copyright © 2008 Virginia Tech. All Rights Reserved.