Package de.elo.ix.client
Class ArcPath
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ArcPath
- All Implemented Interfaces:
Serializable
Archive path.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IdName[]
IdName array.protected String
Path as string.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIdName[]
getPath()
void
void
setPathAsString
(String pathAsString) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
path
IdName array. Contains the identifiers and names for the archive paths. The first element is for the cabinet level. An entry does not exist for the archive level. -
pathAsString
Path as string. The first charachter is the path separator.- Since:
- 7.00.000.028
-
-
Constructor Details
-
ArcPath
public ArcPath() -
ArcPath
-
ArcPath
-
-
Method Details