public class InstanceRecordMetaData extends Object
| Constructor and Description | 
|---|
| InstanceRecordMetaData() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public InstanceRecordMetaData()
public void setStatus(String status)
status - The status to set.public String getSuppressFromPublic()
public void setSuppressFromPublic(String suppressFromPublic)
suppressFromPublic - The suppressFromPublic to set.public String getFastAddFlag()
public void setFastAddFlag(String fastAddFlag)
fastAddFlag - The fastAddFlag to set.public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - The createdBy to set.public String getDateEntered()
public void setDateEntered(String dateEntered)
dateEntered - The dateEntered to set.public List<InstanceRecordUpdatedDetails> getUpdatedDetailsList()
public void setUpdatedDetailsList(List<InstanceRecordUpdatedDetails> updatedDetailsList)
updatedDetailsList - The updatedDetailsList to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.