Package | Description |
---|---|
com.interpss.se | |
com.interpss.se.impl | |
com.interpss.se.record | |
com.interpss.se.record.impl | |
com.interpss.se.record.util | |
com.interpss.state.se.record |
Modifier and Type | Method and Description |
---|---|
static SEBranchRecord |
SEObjectFactory.createSEBranchRecord()
create a SEBranchRecord object
|
SEBranchRecord |
SEBranch.getFromSideRec()
Returns the value of the 'From Side Rec' reference.
|
SEBranchRecord |
SEBranch.getToSideRec()
Returns the value of the 'To Side Rec' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SEBranch.setFromSideRec(SEBranchRecord value)
Sets the value of the '
From Side Rec ' reference. |
void |
SEBranch.setToSideRec(SEBranchRecord value)
Sets the value of the '
To Side Rec ' reference. |
Modifier and Type | Field and Description |
---|---|
protected SEBranchRecord |
SEBranchImpl.fromSideRec
The cached value of the '
From Side Rec ' reference. |
protected SEBranchRecord |
SEBranchImpl.toSideRec
The cached value of the '
To Side Rec ' reference. |
Modifier and Type | Method and Description |
---|---|
SEBranchRecord |
SEBranchImpl.basicGetFromSideRec() |
SEBranchRecord |
SEBranchImpl.basicGetToSideRec() |
SEBranchRecord |
SEBranchImpl.getFromSideRec() |
SEBranchRecord |
SEBranchImpl.getToSideRec() |
Modifier and Type | Method and Description |
---|---|
void |
SEBranchImpl.setFromSideRec(SEBranchRecord newFromSideRec) |
void |
SEBranchImpl.setToSideRec(SEBranchRecord newToSideRec) |
Modifier and Type | Method and Description |
---|---|
SEBranchRecord |
SERecordFactory.createSEBranchRecord()
Returns a new object of class 'SE Branch Record'.
|
Modifier and Type | Class and Description |
---|---|
class |
SEBranchRecordImpl
An implementation of the model object 'SE Branch Record'.
|
Modifier and Type | Method and Description |
---|---|
SEBranchRecord |
SERecordFactoryImpl.createSEBranchRecord() |
Modifier and Type | Method and Description |
---|---|
T |
SERecordSwitch.caseSEBranchRecord(SEBranchRecord object)
Returns the result of interpreting the object as an instance of 'SE Branch Record'.
|
Modifier and Type | Method and Description |
---|---|
static SEBranchRecord |
SEBranchRecState.create() |
static SEBranchRecord |
SEBranchRecState.create(SEBranchRecState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
SEBranchRecState.map2EObject(SEBranchRecord eObj) |
static void |
SEBranchRecState.readData(com.hazelcast.nio.ObjectDataInput in,
SEBranchRecord eObj) |
void |
SEBranchRecState.updateEObject(SEBranchRecord eObj) |
static void |
SEBranchRecState.writeData(com.hazelcast.nio.ObjectDataOutput out,
SEBranchRecord eObj) |
Constructor and Description |
---|
SEBranchRecState(SEBranchRecord eObj) |