org.rhq.core.domain.resource.group
Class Group
java.lang.Object
org.rhq.core.domain.resource.group.Group
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ResourceGroup
public abstract class Group
- extends Object
- implements Serializable
This is the abstract base class for groups containing either Resource
s or groups
of Resource
s.
- See Also:
- Serialized Form
Group
protected Group()
Group
public Group(@NotNull
String name)
getName
@NotNull
public String getName()
setName
public void setName(@NotNull
String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
getCtime
public Long getCtime()
setCtime
public void setCtime(Long ctime)
getMtime
public Long getMtime()
setMtime
public void setMtime(Long mtime)
getModifiedBy
public Subject getModifiedBy()
setModifiedBy
public void setModifiedBy(Subject modifiedBy)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.