oracle.dmt.op.re.base
Class Item
java.lang.Object
|
+--oracle.dmt.op.re.base.Item
- Direct Known Subclasses:
- DataItem
- public class Item
- extends Object
Encapsulates item basic data.
- Since:
- 9.0.0
Item()
Creates a new empty instance of Item . |
Item(String type,
long ID)
Creates a new instance of Item . |
Item
public Item()
- Creates a new empty instance of
Item
.
Item
public Item(String type,
long ID)
throws StringTooLargeException,
NullParameterException,
InvalidIDException
- Creates a new instance of
Item
.
- Parameters:
type
- Item typeID
- Item ID- Throws:
StringTooLargeException
- if item type is too longNullParameterException
- if item type is nullInvalidIDException
- if
item ID is invalid
getID
public long getID()
- Returns item ID.
- Returns:
- long Item ID
getType
public String getType()
- Returns item type.
- Returns:
- String Item type