org.kuali.student.common.dto
Class HasAttributesAndMetaInfo

java.lang.Object
  extended by org.kuali.student.common.dto.HasAttributesInfo
      extended by org.kuali.student.common.dto.HasAttributesAndMetaInfo
All Implemented Interfaces:
Serializable, HasAttributesInfc, HasMetaInfc
Direct Known Subclasses:
LuiInfo, LuiLuiRelationInfo, LuiPersonRelationInfo

public abstract class HasAttributesAndMetaInfo
extends HasAttributesInfo
implements HasAttributesInfc, HasMetaInfc, Serializable

See Also:
Serialized Form

Field Summary
private  MetaInfo metaInfo
           
 
Constructor Summary
HasAttributesAndMetaInfo()
           
 
Method Summary
 MetaInfo getMetaInfo()
          Name: Create/Update meta info

Create and last update info for the structure.

 void setMetaInfo(MetaInfc metaInfo)
           
 
Methods inherited from class org.kuali.student.common.dto.HasAttributesInfo
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.HasAttributesInfc
getAttributes, setAttributes
 

Field Detail

metaInfo

private MetaInfo metaInfo
Constructor Detail

HasAttributesAndMetaInfo

public HasAttributesAndMetaInfo()
Method Detail

getMetaInfo

public MetaInfo getMetaInfo()
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.

Specified by:
getMetaInfo in interface HasMetaInfc

setMetaInfo

public void setMetaInfo(MetaInfc metaInfo)
Specified by:
setMetaInfo in interface HasMetaInfc


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