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 classADChangeSetFragment.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ADChangeSetgetChangeSet()The element that owns the current object.java.util.DategetEndtime()Returns the end timestamp of the current object.ADLoginAblegetLoginAble()The user of this change set fragment.java.util.DategetStarttime()Returns the start timestamp of the current object.voidsetEndtime(java.util.Date value)Set the value of Attribut Endtime.voidsetLoginAble(ADLoginAble value)Set the value of Foreign Key LoginAble.voidsetStarttime(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, SrvErrorExceptionReturns the start timestamp of the current object.- Throws:
InoNetExceptionSrvErrorException
-
setStarttime
void setStarttime(java.util.Date value) throws InoNetException, SrvErrorExceptionSet the value of Attribut Starttime.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getEndtime
java.util.Date getEndtime() throws InoNetException, SrvErrorExceptionReturns the end timestamp of the current object.- Throws:
InoNetExceptionSrvErrorException
-
setEndtime
void setEndtime(java.util.Date value) throws InoNetException, SrvErrorExceptionSet the value of Attribut Endtime.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getLoginAble
ADLoginAble getLoginAble() throws InoNetException, SrvErrorException
The user of this change set fragment.- Throws:
InoNetExceptionSrvErrorException
-
setLoginAble
void setLoginAble(ADLoginAble value) throws InoNetException, SrvErrorException
Set the value of Foreign Key LoginAble.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getChangeSet
ADChangeSet getChangeSet() throws InoNetException, SrvErrorException
The element that owns the current object.- Throws:
InoNetExceptionSrvErrorException
-
-