Package de.elo.ix.client
Class Relation
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.Relation
- All Implemented Interfaces:
Serializable
Internal class.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The Relation is deleted at this date.protected String
GUIDprotected boolean
This Relation represents the main relation of an object, if this value istrue
.protected String
GUID of the child object.protected int
DB column: objectidprotected int
DB column: ordinalprotected String
GUID of the parent object.protected int
DB column: parentidprotected int
DB column: relstatusprotected String
DB column: reltstampprotected String
Timestamp of this object's last export by the replication.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal String
getGuid()
int
getObjId()
int
int
int
boolean
final void
setDeleteDateIso
(String deleteDateIso) void
void
setMainRelation
(boolean mainRelation) void
setObjGuid
(String objGuid) void
setObjId
(int objId) void
setOrdinal
(int ordinal) void
setParentGuid
(String parentGuid) void
setParentId
(int parentId) void
setStatus
(int status) void
void
setTStampSync
(String TStampSync) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
parentId
protected int parentIdDB column: parentid -
objId
protected int objIdDB column: objectid -
ordinal
protected int ordinalDB column: ordinal -
status
protected int statusDB column: relstatus -
tStamp
DB column: reltstamp -
guid
GUID- Since:
- 7.00.000.004
-
deleteDateIso
The Relation is deleted at this date. ClientInfo determines the Timezone.Is undefined if status==0.
- Since:
- 9.00.000.002
-
mainRelation
protected boolean mainRelationThis Relation represents the main relation of an object, if this value istrue
.- Since:
- 9.99.009.001
-
TStampSync
Timestamp of this object's last export by the replication.- Since:
- 9.99.009.001
-
objGuid
GUID of the child object.- Since:
- 11.00.000.045
-
parentGuid
GUID of the parent object.- Since:
- 11.00.000.045
-
-
Constructor Details
-
Relation
public Relation() -
Relation
-
-
Method Details
-
getObjId
public int getObjId() -
setObjId
public void setObjId(int objId) -
getOrdinal
public int getOrdinal() -
setOrdinal
public void setOrdinal(int ordinal) -
getParentId
public int getParentId() -
setParentId
public void setParentId(int parentId) -
getStatus
public int getStatus() -
setStatus
public void setStatus(int status) -
getTStamp
-
setTStamp
-
getGuid
-
setGuid
-
getDeleteDateIso
-
setDeleteDateIso
-
isMainRelation
public boolean isMainRelation() -
setMainRelation
public void setMainRelation(boolean mainRelation) -
getTStampSync
-
setTStampSync
-
getObjGuid
-
setObjGuid
-
getParentGuid
-
setParentGuid
-
toString
-