Interface ADChangeSetFragment
- All Superinterfaces:
ELContAsgnAble,ELElement,ELObject,ELUUIDAble
The time interval in which a user contributed to a change set.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe element that owns the current object.Returns the end timestamp of the current object.The user of this change set fragment.Returns the start timestamp of the current object.voidsetEndtime(Date value) Set the value of Attribut Endtime.voidsetLoginAble(ADLoginAble value) Set the value of Foreign Key LoginAble.voidsetStarttime(Date value) Set the value of Attribut Starttime.Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Method Details
-
getStarttime
Returns the start timestamp of the current object.- Throws:
InoNetExceptionSrvErrorException
-
setStarttime
Set the value of Attribut Starttime.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getEndtime
Returns the end timestamp of the current object.- Throws:
InoNetExceptionSrvErrorException
-
setEndtime
Set the value of Attribut Endtime.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getLoginAble
The user of this change set fragment.- Throws:
InoNetExceptionSrvErrorException
-
setLoginAble
Set the value of Foreign Key LoginAble.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getChangeSet
The element that owns the current object.- Throws:
InoNetExceptionSrvErrorException
-