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)
getCtime
public Long getCtime()
setCtime
public void setCtime(Long ctime)
getMtime
public Long getMtime()
setMtime
public void setMtime(Long mtime)
getModifiedBy
public String getModifiedBy()
setModifiedBy
public void setModifiedBy(String modifiedBy)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.