public class OdsElemId
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
aeName |
protected ApplicationElement |
aeObj |
protected ElemId |
elemId |
protected java.lang.String |
ieName |
protected InstanceElement |
ieObj |
| Constructor and Description |
|---|
OdsElemId()
The default construtor.
|
OdsElemId(ApplicationElement aeObj,
InstanceElement ieObj)
Create the object.
|
OdsElemId(ApplicationElement aeObj,
InstanceElement ieObj,
T_LONGLONG aeId,
T_LONGLONG ieId)
Create the object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplciationElementName()
Retrieve the name of the application element.
|
ApplicationElement |
getApplicationElement()
Retrieve the application element.
|
T_LONGLONG |
getApplicationElementID()
Retrieve the application element id.
|
ElemId |
getElemeId()
Retrieve the element id.
|
InstanceElement |
getInstanceElement()
Retrieve the instance element.
|
T_LONGLONG |
getInstanceElementID()
Retrieve the instance element id.
|
java.lang.String |
getInstanceElementName()
Retrieve the name of the instance element.
|
void |
setApplciationElementName(java.lang.String aeName)
Set the name of the application element.
|
void |
setApplicationElement(ApplicationElement aeObj)
Set the applciation element.
|
void |
setApplicationElementID(T_LONGLONG aeId)
Set the application element id.
|
void |
setInstanceElement(InstanceElement ieObj)
Set the instance element.
|
void |
setInstanceElementID(T_LONGLONG ieId)
Set the instance element id.
|
void |
setInstanceElementName(java.lang.String ieName)
Set the name of the instance element.
|
protected InstanceElement ieObj
protected ApplicationElement aeObj
protected ElemId elemId
protected java.lang.String ieName
protected java.lang.String aeName
public OdsElemId()
public OdsElemId(ApplicationElement aeObj, InstanceElement ieObj)
aeObj - application elementieObj - instance elementpublic OdsElemId(ApplicationElement aeObj, InstanceElement ieObj, T_LONGLONG aeId, T_LONGLONG ieId)
aeObj - application elementieObj - instance elementaeId - the id of the application element.ieId - the id of the instance element.public void setInstanceElement(InstanceElement ieObj)
ieObj - the instance element.public void setApplicationElement(ApplicationElement aeObj)
aeObj - The application element.public InstanceElement getInstanceElement()
public ApplicationElement getApplicationElement()
public void setApplicationElementID(T_LONGLONG aeId)
aeId - the id of the application elementpublic void setInstanceElementID(T_LONGLONG ieId)
ieId - the id of the instance elementpublic T_LONGLONG getApplicationElementID()
public T_LONGLONG getInstanceElementID()
public void setInstanceElementName(java.lang.String ieName)
ieName - the name of the instance element.public void setApplciationElementName(java.lang.String aeName)
ieName - the name of the application element.public java.lang.String getInstanceElementName()
public java.lang.String getApplciationElementName()
public ElemId getElemeId()