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 AdminObject
public XsdString getAdminobjectClass()
getAdminobjectClass
in interface AdminObject
public java.util.List<ConfigProperty> getConfigProperties()
getConfigProperties
in interface AdminObject
public void forceConfigProperties(java.util.List<ConfigProperty> newContents)
newContents
- the list of new propertiespublic java.lang.String getId()
getId
in interface IdDecoratedMetadata
public CopyableMetaData copy()
copy
in interface CopyableMetaData
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)