public class CometElement extends Object
| Constructor and Description |
|---|
CometElement() |
CometElement(int id,
int id2,
int id3,
int classId,
int pageitemId,
String formatString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getClassId()
Gets the classId value for this CometElement.
|
String |
getFormatString()
Gets the formatString value for this CometElement.
|
int |
getId()
Gets the id value for this CometElement.
|
int |
getId2()
Gets the id2 value for this CometElement.
|
int |
getId3()
Gets the id3 value for this CometElement.
|
int |
getPageitemId()
Gets the pageitemId value for this CometElement.
|
int |
hashCode() |
void |
setClassId(int classId)
Sets the classId value for this CometElement.
|
void |
setFormatString(String formatString)
Sets the formatString value for this CometElement.
|
void |
setId(int id)
Sets the id value for this CometElement.
|
void |
setId2(int id2)
Sets the id2 value for this CometElement.
|
void |
setId3(int id3)
Sets the id3 value for this CometElement.
|
void |
setPageitemId(int pageitemId)
Sets the pageitemId value for this CometElement.
|
public CometElement()
public CometElement(int id,
int id2,
int id3,
int classId,
int pageitemId,
String formatString)
public int getId()
public void setId(int id)
id - public int getId2()
public void setId2(int id2)
id2 - public int getId3()
public void setId3(int id3)
id3 - public int getClassId()
public void setClassId(int classId)
classId - public int getPageitemId()
public void setPageitemId(int pageitemId)
pageitemId - public String getFormatString()
public void setFormatString(String formatString)
formatString - Copyright © 2017 SAP SE. All Rights Reserved.