com.stratelia.webactiv.beans.admin
Class SpaceInstLight

java.lang.Object
  extended by com.silverpeas.util.i18n.AbstractI18NBean<SpaceI18N>
      extended by com.stratelia.webactiv.beans.admin.SpaceInstLight
All Implemented Interfaces:
I18NBean<SpaceI18N>, Serializable, Comparable<SpaceInstLight>

public class SpaceInstLight
extends AbstractI18NBean<SpaceI18N>
implements Serializable, Comparable<SpaceInstLight>

Author:
neysseri
See Also:
Serialized Form

Constructor Summary
SpaceInstLight()
           
SpaceInstLight(SpaceInst spaceInst)
           
SpaceInstLight(SpaceRow spaceRow)
           
 
Method Summary
 int compareTo(SpaceInstLight o)
           
 boolean equals(Object obj)
           
 Date getCreateDate()
           
 int getCreatedBy()
           
 String getCreatorName()
           
 String getFatherId()
           
 String getFullId()
           
 int getLevel()
           
 String getLook()
           
 String getName(String language)
          Gets the name of the bean from the given language
 int getOrderNum()
           
 String getPath(String separator)
           
 Date getRemoveDate()
           
 int getRemovedBy()
           
 String getRemoverName()
           
 String getShortId()
           
 String getStatus()
           
 Date getUpdateDate()
           
 int getUpdatedBy()
           
 String getUpdaterName()
           
 int hashCode()
           
 boolean isDisplaySpaceFirst()
           
 boolean isInheritanceBlocked()
           
 boolean isPersonalSpace()
           
 boolean isRoot()
           
static boolean isRoot(String spaceId)
           
 void setCreatorName(String creatorName)
           
 void setDisplaySpaceFirst(boolean displaySpaceFirst)
           
 void setFatherId(int fatherId)
           
 void setFatherId(String fatherId)
           
 void setId(int id)
           
 void setId(String id)
           
 void setInheritanceBlocked(boolean isInheritanceBlocked)
           
 void setLevel(int i)
           
 void setLook(String look)
           
 void setOrderNum(int orderNum)
           
 void setPath(List<SpaceInstLight> path)
           
 void setPersonalSpace(boolean isPersonalSpace)
           
 void setRemoverName(String removerName)
           
 void setUpdaterName(String updaterName)
           
 
Methods inherited from class com.silverpeas.util.i18n.AbstractI18NBean
addTranslation, getClonedTranslations, getDescription, getDescription, getLanguage, getLanguages, getLanguageToDisplay, getName, getNextTranslation, getTranslation, getTranslationId, getTranslations, isRemoveTranslation, setDescription, setLanguage, setName, setRemoveTranslation, setTranslationId, setTranslations, setTranslations, setTranslations
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceInstLight

public SpaceInstLight()

SpaceInstLight

public SpaceInstLight(SpaceRow spaceRow)

SpaceInstLight

public SpaceInstLight(SpaceInst spaceInst)
Method Detail

getShortId

public String getShortId()

getFullId

public String getFullId()

getFatherId

public String getFatherId()
Returns:

getLevel

public int getLevel()
Returns:

getName

public String getName(String language)
Description copied from class: AbstractI18NBean
Gets the name of the bean from the given language

Overrides:
getName in class AbstractI18NBean<SpaceI18N>
Returns:

setFatherId

public void setFatherId(int fatherId)

setFatherId

public void setFatherId(String fatherId)

setId

public void setId(int id)

setId

public void setId(String id)

setLevel

public void setLevel(int i)
Parameters:
i -

isRoot

public boolean isRoot()

isRoot

public static boolean isRoot(String spaceId)

getOrderNum

public int getOrderNum()
Returns:

setOrderNum

public void setOrderNum(int orderNum)

getCreateDate

public Date getCreateDate()

getRemoveDate

public Date getRemoveDate()

getStatus

public String getStatus()

getUpdateDate

public Date getUpdateDate()

getCreatorName

public String getCreatorName()

setCreatorName

public void setCreatorName(String creatorName)

getRemoverName

public String getRemoverName()

setRemoverName

public void setRemoverName(String removerName)

getUpdaterName

public String getUpdaterName()

setUpdaterName

public void setUpdaterName(String updaterName)

getCreatedBy

public int getCreatedBy()

getRemovedBy

public int getRemovedBy()

getUpdatedBy

public int getUpdatedBy()

compareTo

public int compareTo(SpaceInstLight o)
Specified by:
compareTo in interface Comparable<SpaceInstLight>

getPath

public String getPath(String separator)

setPath

public void setPath(List<SpaceInstLight> path)

getLook

public String getLook()

setLook

public void setLook(String look)

isDisplaySpaceFirst

public boolean isDisplaySpaceFirst()

setDisplaySpaceFirst

public void setDisplaySpaceFirst(boolean displaySpaceFirst)

isPersonalSpace

public boolean isPersonalSpace()

setPersonalSpace

public void setPersonalSpace(boolean isPersonalSpace)

isInheritanceBlocked

public boolean isInheritanceBlocked()

setInheritanceBlocked

public void setInheritanceBlocked(boolean isInheritanceBlocked)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016 Silverpeas. All Rights Reserved.