public class RelatableNode extends Object implements IRelatable
Implements the IRelatable
interface and stores the properties of
a relatable.
IRelatable
Constructor and Description |
---|
RelatableNode() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreationDate()
Gets the IRelatable creation date.
|
String |
getId()
Gets the IRelatable identifier.
|
String |
getObjectId()
Gets the object identifier.
|
String |
getType()
Gets the IRelatable type.
|
void |
setCreationDate(Date creationDate)
Sets the creation date.
|
void |
setId(String id)
Sets the Id.
|
void |
setObjectId(String objectId)
Sets the object id.
|
void |
setType(String type)
Sets the type.
|
public String getId()
IRelatable
getId
in interface IRelatable
public void setId(String id)
id
- public Date getCreationDate()
IRelatable
getCreationDate
in interface IRelatable
public void setCreationDate(Date creationDate)
creationDate
- public String getType()
IRelatable
getType
in interface IRelatable
public void setType(String type)
type
- public String getObjectId()
IRelatable
getObjectId
in interface IRelatable
public void setObjectId(String objectId)
objectId
- LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.