org.kuali.student.common.dto
Class HasAttributesAndMetaInfo.Builder

java.lang.Object
  extended by org.kuali.student.common.dto.HasAttributesInfo.Builder
      extended by org.kuali.student.common.dto.HasAttributesAndMetaInfo.Builder
All Implemented Interfaces:
HasAttributes, HasAttributesAndMeta, HasMeta
Direct Known Subclasses:
EntityInfo.Builder
Enclosing class:
HasAttributesAndMetaInfo

public static class HasAttributesAndMetaInfo.Builder
extends HasAttributesInfo.Builder
implements HasAttributesAndMeta


Field Summary
private  Meta metaInfo
           
 
Constructor Summary
HasAttributesAndMetaInfo.Builder()
           
HasAttributesAndMetaInfo.Builder(HasAttributesAndMeta hasAMInfo)
           
 
Method Summary
 Meta getMetaInfo()
          Name: Create/Update meta info Create and last update info for the structure.
 void setMetaInfo(Meta metaInfo)
           
 
Methods inherited from class org.kuali.student.common.dto.HasAttributesInfo.Builder
getAttributes, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.student.common.infc.HasAttributes
getAttributes
 

Field Detail

metaInfo

private Meta metaInfo
Constructor Detail

HasAttributesAndMetaInfo.Builder

public HasAttributesAndMetaInfo.Builder()

HasAttributesAndMetaInfo.Builder

public HasAttributesAndMetaInfo.Builder(HasAttributesAndMeta hasAMInfo)
Method Detail

getMetaInfo

public Meta getMetaInfo()
Description copied from interface: HasMeta
Name: Create/Update meta info Create and last update info for the structure. This is optional and treated as read only since the data is set by the internals of the service during maintenance operations. Contains audit trail information about the creation and last update of this object Also contains the version ind used for optimistic locking. Attempts to set or update should result in a ReadOnlyException being thrown.

Specified by:
getMetaInfo in interface HasMeta
Returns:
the meta information

setMetaInfo

public void setMetaInfo(Meta metaInfo)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.