org.kuali.ole.editor.bo
Class InstanceRecordMetaData

java.lang.Object
  extended by org.kuali.ole.editor.bo.InstanceRecordMetaData

public class InstanceRecordMetaData
extends Object

InstanceRecordMetaData provides the audit details for Instance Editor


Constructor Summary
InstanceRecordMetaData()
           
 
Method Summary
 String getCreatedBy()
          Gets the createdBy attribute.
 String getDateEntered()
          Gets the dateEntered attribute.
 String getFastAddFlag()
          Gets the fastAddFlag attribute.
 String getStatus()
          Gets the status attribute.
 String getSuppressFromPublic()
          Gets the suppressFromPublic attribute.
 List<InstanceRecordUpdatedDetails> getUpdatedDetailsList()
          Gets the updatedDetailsList attribute.
 void setCreatedBy(String createdBy)
          Sets the createdBy attribute value.
 void setDateEntered(String dateEntered)
          Sets the dateEntered attribute value.
 void setFastAddFlag(String fastAddFlag)
          Sets the fastAddFlag attribute value.
 void setStatus(String status)
          Sets the status attribute value.
 void setSuppressFromPublic(String suppressFromPublic)
          Sets the suppressFromPublic attribute value.
 void setUpdatedDetailsList(List<InstanceRecordUpdatedDetails> updatedDetailsList)
          Sets the updatedDetailsList attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceRecordMetaData

public InstanceRecordMetaData()
Method Detail

getStatus

public String getStatus()
Gets the status attribute.

Returns:
Returns the status.

setStatus

public void setStatus(String status)
Sets the status attribute value.

Parameters:
status - The status to set.

getSuppressFromPublic

public String getSuppressFromPublic()
Gets the suppressFromPublic attribute.

Returns:
Returns the suppressFromPublic.

setSuppressFromPublic

public void setSuppressFromPublic(String suppressFromPublic)
Sets the suppressFromPublic attribute value.

Parameters:
suppressFromPublic - The suppressFromPublic to set.

getFastAddFlag

public String getFastAddFlag()
Gets the fastAddFlag attribute.

Returns:
Returns the fastAddFlag.

setFastAddFlag

public void setFastAddFlag(String fastAddFlag)
Sets the fastAddFlag attribute value.

Parameters:
fastAddFlag - The fastAddFlag to set.

getCreatedBy

public String getCreatedBy()
Gets the createdBy attribute.

Returns:
Returns the createdBy.

setCreatedBy

public void setCreatedBy(String createdBy)
Sets the createdBy attribute value.

Parameters:
createdBy - The createdBy to set.

getDateEntered

public String getDateEntered()
Gets the dateEntered attribute.

Returns:
Returns the dateEntered.

setDateEntered

public void setDateEntered(String dateEntered)
Sets the dateEntered attribute value.

Parameters:
dateEntered - The dateEntered to set.

getUpdatedDetailsList

public List<InstanceRecordUpdatedDetails> getUpdatedDetailsList()
Gets the updatedDetailsList attribute.

Returns:
Returns the updatedDetailsList.

setUpdatedDetailsList

public void setUpdatedDetailsList(List<InstanceRecordUpdatedDetails> updatedDetailsList)
Sets the updatedDetailsList attribute value.

Parameters:
updatedDetailsList - The updatedDetailsList to set.


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