Class ExtImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.base.ExtImpl
-
- All Implemented Interfaces:
Ext,java.io.Serializable
public class ExtImpl extends java.lang.Object implements java.io.Serializable, Ext
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the (external) Id of this element.voidsetId(java.lang.String id)Sets the (external) Id of this element.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Description copied from interface:ExtGets the (external) Id of this element.
Gets the (external) Id of this element or the Id of the external resource, this element refers to.
There are no requirements for the content of this element, neither formal nor semantics.
-
setId
public void setId(java.lang.String id)
Description copied from interface:ExtSets the (external) Id of this element.
Sets the external Id of this element. For further information see
Ext.getId()
-
-