public class Viewpoint extends Object implements C2KLocalObject
| Modifier and Type | Field and Description |
|---|---|
static int |
NONE |
| Constructor and Description |
|---|
Viewpoint() |
Viewpoint(ItemPath itemPath,
Schema schema,
String name,
int eventId) |
Viewpoint(ItemPath itemPath,
String schemaName,
String name,
int schemaVersion,
int eventId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterType() |
Event |
getEvent()
Method getEvent.
|
int |
getEventId()
Returns the eventId.
|
ItemPath |
getItemPath()
Returns the sysKey.
|
String |
getItemUUID() |
String |
getName()
Returns the name.
|
Outcome |
getOutcome() |
String |
getSchemaName()
Returns the schemaName.
|
int |
getSchemaVersion()
Returns the schemaVersion.
|
void |
setEventId(int eventId)
Sets the eventId.
|
void |
setItemPath(ItemPath itemPath)
Sets the sysKey.
|
void |
setItemUUID(String uuid) |
void |
setName(String name)
Sets the name.
|
void |
setSchemaName(String schemaName)
Sets the schemaName.
|
void |
setSchemaVersion(int schemaVersion)
Sets the schemaVersion.
|
String |
toString() |
public static final int NONE
public Viewpoint()
@Deprecated public Viewpoint(ItemPath itemPath, String schemaName, String name, int schemaVersion, int eventId)
public Outcome getOutcome() throws ObjectNotFoundException, PersistencyException
public String getClusterType()
getClusterType in interface C2KLocalObjectpublic int getEventId()
public String getName()
getName in interface C2KLocalObjectpublic String getSchemaName()
public int getSchemaVersion()
public ItemPath getItemPath()
public void setEventId(int eventId)
eventId - The eventId to setpublic void setName(String name)
setName in interface C2KLocalObjectname - The name to setpublic void setSchemaName(String schemaName)
schemaName - The schemaName to setpublic void setSchemaVersion(int schemaVersion)
schemaVersion - The schemaVersion to setpublic void setItemPath(ItemPath itemPath)
sysKey - The sysKey to setpublic void setItemUUID(String uuid) throws InvalidItemPathException
InvalidItemPathExceptionpublic String getItemUUID()
public Event getEvent() throws InvalidDataException, PersistencyException, ObjectNotFoundException
InvalidDataExceptionPersistencyExceptionObjectNotFoundExceptionCopyright © 1997–2016 CRISTAL-iSE. All rights reserved.