|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.util.i18n.AbstractI18NBean<ComponentI18N>
com.stratelia.webactiv.beans.admin.ComponentInstLight
public class ComponentInstLight
The class ComponentInstLight is the representation in memory of a component instance
Constructor Summary | |
---|---|
ComponentInstLight()
Constructor |
|
ComponentInstLight(ComponentInstanceRow compo)
Constructor |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Date |
getCreateDate()
|
int |
getCreatedBy()
|
String |
getCreatorName()
|
String |
getDomainFatherId()
Get the domain father id |
String |
getIcon(boolean bigOne)
|
String |
getId()
Get the space id |
String |
getLabel()
Get the component type |
String |
getLabel(String language)
I18N |
String |
getName()
Get the component name This method is a hack (technical debt) |
int |
getOrderNum()
|
String |
getPath(String separator)
|
Date |
getRemoveDate()
|
int |
getRemovedBy()
|
String |
getRemoverName()
|
String |
getStatus()
|
Date |
getUpdateDate()
|
int |
getUpdatedBy()
|
String |
getUpdaterName()
|
int |
hashCode()
|
boolean |
isHidden()
|
boolean |
isInheritanceBlocked()
|
boolean |
isPublic()
|
boolean |
isWorkflow()
|
void |
setCreatorName(String creatorName)
|
void |
setDomainFatherId(String sDomainFatherId)
Set the domain father id |
void |
setId(String sId)
Set the space id |
void |
setInheritanceBlocked(boolean isInheritanceBlocked)
|
void |
setLabel(String label)
|
void |
setName(String name)
This method is a hack (technical debt) |
void |
setOrderNum(int orderNum)
|
void |
setPath(List<SpaceInstLight> path)
|
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, setRemoveTranslation, setTranslationId, setTranslations, setTranslations, setTranslations |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentInstLight()
public ComponentInstLight(ComponentInstanceRow compo)
Method Detail |
---|
public void setId(String sId)
public String getId()
public void setDomainFatherId(String sDomainFatherId)
public String getDomainFatherId()
public String getName()
getName
in class AbstractI18NBean<ComponentI18N>
public String getLabel()
public void setLabel(String label)
public Date getCreateDate()
public Date getRemoveDate()
public String getStatus()
public Date getUpdateDate()
public String getCreatorName()
public void setCreatorName(String creatorName)
public String getRemoverName()
public void setRemoverName(String removerName)
public String getUpdaterName()
public void setUpdaterName(String updaterName)
public int getCreatedBy()
public int getRemovedBy()
public int getUpdatedBy()
public String getPath(String separator)
public void setPath(List<SpaceInstLight> path)
public String getLabel(String language)
public void setName(String name)
setName
in class AbstractI18NBean<ComponentI18N>
name
- public int hashCode()
hashCode
in class Object
public void setOrderNum(int orderNum)
public int getOrderNum()
public boolean isInheritanceBlocked()
public void setInheritanceBlocked(boolean isInheritanceBlocked)
public boolean isHidden()
public boolean isPublic()
public boolean isWorkflow()
public String getIcon(boolean bigOne)
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |