public class ONT extends EntityBase implements Entity
| Constructor and Description |
|---|
ONT(java.util.Map<java.lang.String,java.lang.Integer> ontProps)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
create(java.lang.String strDeviceId,
java.lang.String[] record)
Creates a new Entity instance
|
java.lang.String |
getDeviceId()
Returns the Device Identifier containing this Entity
|
java.lang.String |
getDisplayName() |
java.util.Map<java.lang.String,java.lang.Object> |
getEntityData()
Returns a Map of Entity data
|
java.lang.String |
getName()
Returns the Entity name
|
protected java.lang.String |
getObjectId(java.lang.String[] record)
Return the Card Object Id from the record
|
java.lang.String |
getParentName()
MOD
|
protected java.lang.String |
getParentRelPos(java.lang.String strEntity)
Returns the Card parent relative position
|
java.lang.String |
getType()
Returns the Entity type
|
void |
setDisplayName(java.lang.String strDispName)
Sets the Card display name
|
void |
setParentName(java.lang.String strParentName)
MOD
|
getExtraInfo, getId, getParentpublic ONT(java.util.Map<java.lang.String,java.lang.Integer> ontProps)
public void create(java.lang.String strDeviceId,
java.lang.String[] record)
throws Nokia5529IdmCsvProcessorException
Entitycreate in interface EntitystrDeviceId - Device Identifierrecord - A line of record from the CSV fileNokia5529IdmCsvProcessorExceptionpublic java.util.Map<java.lang.String,java.lang.Object> getEntityData()
EntitygetEntityData in interface Entitypublic java.lang.String getName()
Entitypublic java.lang.String getType()
Entitypublic java.lang.String getDeviceId()
EntitygetDeviceId in interface Entitypublic void setDisplayName(java.lang.String strDispName)
strName - Card display namepublic java.lang.String getDisplayName()
public java.lang.String getParentName()
public void setParentName(java.lang.String strParentName)
strParentName - the strParentName to setprotected java.lang.String getObjectId(java.lang.String[] record)
throws Nokia5529IdmCsvProcessorException
getObjectId in class EntityBaserecord - Card recordNokia5529IdmCsvProcessorExceptionprotected java.lang.String getParentRelPos(java.lang.String strEntity)
throws Nokia5529IdmCsvProcessorException
getParentRelPos in class EntityBasestrEntity - Entity nameNokia5529IdmCsvProcessorException