com.sap.tc.logging
Class Group
java.lang.Object
|
+--com.sap.tc.logging.Group
- All Implemented Interfaces:
- IObjectInfo
- public class Group
- extends java.lang.Object
- implements IObjectInfo
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
getId
public GUId getId()
getParent
public Group getParent()
setName
public void setName(java.lang.String value)
getName
public java.lang.String getName()
- Specified by:
getName in interface IObjectInfo
setDescription
public void setDescription(java.lang.String value)
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface IObjectInfo
getVerInUse
public java.lang.String getVerInUse()
- Gets the version of API.
- Specified by:
getVerInUse in interface IObjectInfo
getLocationName
public java.lang.String getLocationName()
setSubLocationName
public void setSubLocationName(java.lang.String value)
getSubLocationName
public java.lang.String getSubLocationName()
getRelatives
public LogController[] getRelatives()
getSeverity
public int getSeverity()
getLevel
public int getLevel()
getIndent
public int getIndent()
isOpened
public boolean isOpened()
setCommitted
public void setCommitted(boolean value)
isCommitted
public boolean isCommitted()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object