Class ARG_BranchDetails
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_BranchDetails
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionname of the BranchUUID of the branchcreation date of this branchuser which created this branchdescription of this branchbooleanbackup branch ?UUID of the parent branch -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
branchUUID
UUID of the branch -
branchName
name of the Branch -
isBackup
public boolean isBackupbackup branch ? -
createdAt
creation date of this branch -
createdBy
user which created this branch -
description
description of this branch -
predecessorBranchUUID
UUID of the parent branch
-
-
Constructor Details
-
ARG_BranchDetails
public ARG_BranchDetails() -
ARG_BranchDetails
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-