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


Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 GUId getId()
           
 int getIndent()
           
 int getLevel()
           
 java.lang.String getLocationName()
           
 java.lang.String getName()
           
 Group getParent()
           
 LogController[] getRelatives()
           
 int getSeverity()
           
 java.lang.String getSubLocationName()
           
 java.lang.String getVerInUse()
          Gets the version of API.
 int hashCode()
           
 boolean isCommitted()
           
 boolean isOpened()
           
 void setCommitted(boolean value)
           
 void setDescription(java.lang.String value)
           
 void setName(java.lang.String value)
           
 void setSubLocationName(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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