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

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

public abstract class HasAttributesAndMetaInfo
extends HasAttributesInfo
implements HasAttributesAndMeta, Serializable

See Also:
Serialized Form

Nested Class Summary
static class HasAttributesAndMetaInfo.Builder
           
 
Field Summary
 
Fields inherited from class org.kuali.student.contract.model.test.source.HasAttributesInfo
attributes
 
Constructor Summary
protected HasAttributesAndMetaInfo()
           
protected HasAttributesAndMetaInfo(HasAttributesAndMeta builder)
           
 
Method Summary
 MetaInfo getMeta()
          Create and last update info for the structure.
 
Methods inherited from class org.kuali.student.contract.model.test.source.HasAttributesInfo
getAttributes
 
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
 

Constructor Detail

HasAttributesAndMetaInfo

protected HasAttributesAndMetaInfo()

HasAttributesAndMetaInfo

protected HasAttributesAndMetaInfo(HasAttributesAndMeta builder)
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


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