Package de.elo.ix.client
Class ReplSetName
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ReplSetName
- All Implemented Interfaces:
Serializable
Properties of a replication set.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringDescriptive text for the replication set.protected intIdentifier for the replication set.protected intImage used for the replication set in list function in the client application.protected intReplication set is used for archive synchronisation(ELO MOBIL).protected StringName of the replication set.protected intPriority of this replication set.protected StringTimestamp of the last change.protected StringTimestamp 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
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
TStamp
Timestamp of the last change. The format is JJJJ.MM.DD.hh.mm.ss -
desc
Descriptive text for the replication set. -
id
protected int idIdentifier for the replication set. -
image
protected int imageImage used for the replication set in list function in the client application. -
mobile
protected int mobileReplication set is used for archive synchronisation(ELO MOBIL). -
name
Name of the replication set. -
TStampSync
Timestamp of this object's last export by the replication.- Since:
- 9.99.009.001
-
priority
protected int priorityPriority of this replication set.- Since:
- 9.99.009.001
-
-
Constructor Details
-
ReplSetName
public ReplSetName() -
ReplSetName
-
-
Method Details
-
getTStamp
-
setTStamp
-
getDesc
-
setDesc
-
getId
public int getId() -
setId
public void setId(int id) -
getImage
public int getImage() -
setImage
public void setImage(int image) -
getMobile
public int getMobile() -
setMobile
public void setMobile(int mobile) -
getName
-
setName
-
toString
-
getTStampSync
-
setTStampSync
-
getPriority
public int getPriority() -
setPriority
public void setPriority(int priority) -
hashCode
public int hashCode() -
equals
-