public abstract class ProtocolReferenceBeanBase extends Object implements Serializable
| Constructor and Description |
|---|
ProtocolReferenceBeanBase()
Constructs a ProtocolReferenceBeanBase.java.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationDate() |
String |
getApprovalDate() |
String |
getComments() |
Long |
getProtocolReferenceId() |
Integer |
getProtocolReferenceNumber() |
Integer |
getProtocolReferenceTypeCode() |
String |
getReferenceKey() |
void |
init()
This method initializes this class.
|
void |
setApplicationDate(String applicationDate) |
void |
setApprovalDate(String approvalDate) |
void |
setComments(String comments) |
void |
setProtocolReferenceId(Long protocolReferenceId) |
void |
setProtocolReferenceNumber(Integer protocolReferenceNumber) |
void |
setProtocolReferenceTypeCode(Integer protocolReferenceTypeCode) |
void |
setReferenceKey(String referenceKey) |
String |
toString() |
public ProtocolReferenceBeanBase()
public void init()
public void setProtocolReferenceId(Long protocolReferenceId)
public Long getProtocolReferenceId()
public Integer getProtocolReferenceNumber()
public void setProtocolReferenceNumber(Integer protocolReferenceNumber)
public Integer getProtocolReferenceTypeCode()
public void setProtocolReferenceTypeCode(Integer protocolReferenceTypeCode)
public String getReferenceKey()
public void setReferenceKey(String referenceKey)
public String getApplicationDate()
public void setApplicationDate(String applicationDate)
public String getApprovalDate()
public void setApprovalDate(String approvalDate)
public String getComments()
public void setComments(String comments)
public String toString()
toString in class ObjectObject.toString()Copyright © 2013 The Kuali Foundation. All Rights Reserved.