com.atlassian.confluence.spaces
Class SpaceGroup

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.confluence.core.ConfluenceEntityObject
          extended by com.atlassian.confluence.spaces.SpaceGroup
All Implemented Interfaces:
Serializable, Cloneable

public class SpaceGroup
extends ConfluenceEntityObject

See Also:
Serialized Form

Constructor Summary
SpaceGroup()
           
SpaceGroup(String key)
           
 
Method Summary
 boolean equals(Object o)
           
 String getKey()
           
 String getLicenseKey()
           
 String getName()
           
 int hashCode()
           
 void setKey(String key)
           
 void setLicenseKey(String licenseKey)
           
 void setName(String name)
           
 
Methods inherited from class com.atlassian.confluence.core.ConfluenceEntityObject
getCreatorName, getLastModifierName, getRealClass, isPersistent, setCreatorName, setLastModifierName
 
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceGroup

public SpaceGroup()

SpaceGroup

public SpaceGroup(String key)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getKey

public String getKey()

setKey

public void setKey(String key)

getLicenseKey

public String getLicenseKey()

setLicenseKey

public void setLicenseKey(String licenseKey)

equals

public boolean equals(Object o)
Overrides:
equals in class com.atlassian.core.bean.EntityObject

hashCode

public int hashCode()
Overrides:
hashCode in class com.atlassian.core.bean.EntityObject


Copyright © 2003-2011 Atlassian. All Rights Reserved.