
public class AdminObjectImpl extends java.lang.Object implements AdminObject
| Constructor and Description |
|---|
AdminObjectImpl(XsdString adminobjectInterface,
XsdString adminobjectClass,
java.util.List<ConfigProperty> configProperty,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
void |
forceConfigProperties(java.util.List<ConfigProperty> newContents)
Force configProperties with new content.
|
XsdString |
getAdminobjectClass() |
XsdString |
getAdminobjectInterface() |
java.util.List<ConfigProperty> |
getConfigProperties() |
java.lang.String |
getId()
Return the String representing xml ID
|
int |
hashCode() |
java.lang.String |
toString() |
public AdminObjectImpl(XsdString adminobjectInterface, XsdString adminobjectClass, java.util.List<ConfigProperty> configProperty, java.lang.String id)
adminobjectInterface - full qualified name of the interfaceadminobjectClass - full qualified name of the implementation classconfigProperty - List of config propetiesid - xmlidpublic XsdString getAdminobjectInterface()
getAdminobjectInterface in interface AdminObjectpublic XsdString getAdminobjectClass()
getAdminobjectClass in interface AdminObjectpublic java.util.List<ConfigProperty> getConfigProperties()
getConfigProperties in interface AdminObjectpublic void forceConfigProperties(java.util.List<ConfigProperty> newContents)
newContents - the list of new propertiespublic java.lang.String getId()
getId in interface IdDecoratedMetadatapublic CopyableMetaData copy()
copy in interface CopyableMetaDatapublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 IronJacamar (http://www.ironjacamar.org)