org.synchronoss.cpo
Class Container
java.lang.Object
org.synchronoss.cpo.Container
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, IContainer
public class Container
- extends java.lang.Object
- implements IContainer, java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Container
public Container()
Container
public Container(java.lang.Object obj)
release
protected void release()
getObject
public java.lang.Object getObject()
- Specified by:
getObject in interface IContainer
setObject
public void setObject(java.lang.Object obj)
- Specified by:
setObject in interface IContainer
setModified
public void setModified(boolean lclModified)
- Specified by:
setModified in interface IContainer
getModified
public boolean getModified()
- Specified by:
getModified in interface IContainer
setReadOnly
public void setReadOnly(boolean ro)
isReadOnly
public boolean isReadOnly()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException