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 class
ADTimeAble.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
getLtime()
Returns the ltime long of the current object.java.lang.String
getNote()
Returns the note for the current object.java.lang.String
getUsrName()
Returns the name of the creator of the current object.void
setLtime(java.util.Date value)
Set the value of Attribut Ltime.void
setNote(java.lang.String value)
Set the value of Attribut Note.void
setUsrName(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, SrvErrorException
Returns the note for the current object.- Throws:
InoNetException
SrvErrorException
-
setNote
void setNote(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Attribut Note.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getUsrName
java.lang.String getUsrName() throws InoNetException, SrvErrorException
Returns the name of the creator of the current object.- Throws:
InoNetException
SrvErrorException
-
setUsrName
void setUsrName(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Attribut UsrName.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getLtime
java.util.Date getLtime() throws InoNetException, SrvErrorException
Returns the ltime long of the current object.- Throws:
InoNetException
SrvErrorException
-
setLtime
void setLtime(java.util.Date value) throws InoNetException, SrvErrorException
Set the value of Attribut Ltime.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
-