Interface ADTimeAble
-
- All Known Subinterfaces:
ADAnnotation,ADBranchLog,ADBranchLogBackup,ADBranchLogLocal,ADBranchLogMerge,ADBranchLogRemoteModel,ADBranchLogSplit,ADEventLogEntry,ADEventLogEntryModel,ADEventLogEntryRemoteModel,MEComment
public interface ADTimeAble extends ELElement
Elements which contain a time stamp.- Note:
- The interface ADTimeAble describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classADTimeAble.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.DategetLtime()Returns the ltime long of the current object.java.lang.StringgetNote()Returns the note for the current object.java.lang.StringgetUsrName()Returns the name of the creator of the current object.voidsetLtime(java.util.Date value)Set the value of Attribut Ltime.voidsetNote(java.lang.String value)Set the value of Attribut Note.voidsetUsrName(java.lang.String value)Set the value of Attribut UsrName.-
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
-
-
-
-
Method Detail
-
getNote
java.lang.String getNote() throws InoNetException, SrvErrorExceptionReturns the note for the current object.- Throws:
InoNetExceptionSrvErrorException
-
setNote
void setNote(java.lang.String value) throws InoNetException, SrvErrorExceptionSet the value of Attribut Note.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getUsrName
java.lang.String getUsrName() throws InoNetException, SrvErrorExceptionReturns the name of the creator of the current object.- Throws:
InoNetExceptionSrvErrorException
-
setUsrName
void setUsrName(java.lang.String value) throws InoNetException, SrvErrorExceptionSet the value of Attribut UsrName.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getLtime
java.util.Date getLtime() throws InoNetException, SrvErrorExceptionReturns the ltime long of the current object.- Throws:
InoNetExceptionSrvErrorException
-
setLtime
void setLtime(java.util.Date value) throws InoNetException, SrvErrorExceptionSet the value of Attribut Ltime.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
-