Interface ADChangeSetFragment
-
- All Superinterfaces:
ELContAsgnAble
,ELElement
,ELObject
,ELUUIDAble
public interface ADChangeSetFragment extends ELContAsgnAble
The time interval in which a user contributed to a change set.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ADChangeSetFragment.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ADChangeSet
getChangeSet()
The element that owns the current object.java.util.Date
getEndtime()
Returns the end timestamp of the current object.ADLoginAble
getLoginAble()
The user of this change set fragment.java.util.Date
getStarttime()
Returns the start timestamp of the current object.void
setEndtime(java.util.Date value)
Set the value of Attribut Endtime.void
setLoginAble(ADLoginAble value)
Set the value of Foreign Key LoginAble.void
setStarttime(java.util.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, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
-
-
-
Method Detail
-
getStarttime
java.util.Date getStarttime() throws InoNetException, SrvErrorException
Returns the start timestamp of the current object.- Throws:
InoNetException
SrvErrorException
-
setStarttime
void setStarttime(java.util.Date value) throws InoNetException, SrvErrorException
Set the value of Attribut Starttime.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getEndtime
java.util.Date getEndtime() throws InoNetException, SrvErrorException
Returns the end timestamp of the current object.- Throws:
InoNetException
SrvErrorException
-
setEndtime
void setEndtime(java.util.Date value) throws InoNetException, SrvErrorException
Set the value of Attribut Endtime.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getLoginAble
ADLoginAble getLoginAble() throws InoNetException, SrvErrorException
The user of this change set fragment.- Throws:
InoNetException
SrvErrorException
-
setLoginAble
void setLoginAble(ADLoginAble value) throws InoNetException, SrvErrorException
Set the value of Foreign Key LoginAble.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getChangeSet
ADChangeSet getChangeSet() throws InoNetException, SrvErrorException
The element that owns the current object.- Throws:
InoNetException
SrvErrorException
-
-