org.kuali.student.contract.model.test.source
Class HasAttributesAndMetaInfo.Builder

java.lang.Object
  extended by org.kuali.student.contract.model.test.source.HasAttributesInfo.Builder
      extended by org.kuali.student.contract.model.test.source.HasAttributesAndMetaInfo.Builder
All Implemented Interfaces:
HasAttributes, HasAttributesAndMeta, HasMeta
Direct Known Subclasses:
EntityInfo.Builder, RelationshipInfo.Builder
Enclosing class:
HasAttributesAndMetaInfo

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


Field Summary
private  MetaInfo meta
           
 
Constructor Summary
HasAttributesAndMetaInfo.Builder()
           
HasAttributesAndMetaInfo.Builder(HasAttributesAndMeta hasAMInfo)
           
 
Method Summary
 MetaInfo getMeta()
          Create and last update info for the structure.
 void setMetaInfo(MetaInfo meta)
           
 
Methods inherited from class org.kuali.student.contract.model.test.source.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.contract.model.test.source.HasAttributes
getAttributes
 

Field Detail

meta

private MetaInfo meta
Constructor Detail

HasAttributesAndMetaInfo.Builder

public HasAttributesAndMetaInfo.Builder()

HasAttributesAndMetaInfo.Builder

public HasAttributesAndMetaInfo.Builder(HasAttributesAndMeta hasAMInfo)
Method Detail

getMeta

public MetaInfo getMeta()
Description copied from interface: HasMeta
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:
getMeta in interface HasMeta

setMetaInfo

public void setMetaInfo(MetaInfo meta)


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