| |
|
| java.lang.Object org.kuali.core.util.CopiedObject
CopiedObject | public class CopiedObject (Code) | | Container class to simplify getting both a deepCopied object and its size returned from a single call to deepCopy.
|
CopiedObject | public CopiedObject()(Code) | | |
getOldSize | public long getOldSize()(Code) | | current value of oldSize. |
getSize | public long getSize()(Code) | | current value of bytes. |
setContent | public void setContent(Serializable cacheableObject)(Code) | | Sets the cacheableObject attribute value.
Parameters: cacheableObject - The cacheableObject to set. |
setOldSize | public void setOldSize(long oldSize)(Code) | | Sets the oldSize attribute value.
Parameters: oldSize - The oldSize to set. |
setSize | public void setSize(long bytes)(Code) | | Sets the bytes attribute value.
Parameters: bytes - The bytes to set. |
|
|
|