Interface ADTimeAble
- All Known Subinterfaces:
ADAnnotation,ADEventLogEntry,ADEventLogEntryModel,ADEventLogEntryRemoteModel,ADModelVersion,MEComment
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 -
Method Summary
Modifier and TypeMethodDescriptiongetLtime()Returns the ltime long of the current object.getNote()Returns the note for the current object.Returns the name of the creator of the current object.voidSet the value of Attribut Ltime.voidSet the value of Attribut Note.voidsetUsrName(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, 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, hasRead
-
Method Details
-
getNote
Returns the note for the current object.- Throws:
InoNetExceptionSrvErrorException
-
setNote
Set the value of Attribut Note.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getUsrName
Returns the name of the creator of the current object.- Throws:
InoNetExceptionSrvErrorException
-
setUsrName
Set the value of Attribut UsrName.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getLtime
Returns the ltime long of the current object.- Throws:
InoNetExceptionSrvErrorException
-
setLtime
Set the value of Attribut Ltime.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-