Package org.silverpeas.web.jobdomain
Class LocalizedComponentInstProfiles
- java.lang.Object
-
- org.silverpeas.web.jobdomain.LocalizedComponentInstProfiles
-
public class LocalizedComponentInstProfiles extends Object
-
-
Constructor Summary
Constructors Constructor Description LocalizedComponentInstProfiles(ComponentInstLight component, LocalizedWAComponent localizedWAComponent, String language)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProfile(ProfileInst profile)ComponentInstLightgetComponent()StringgetLocalizedComponentLabel()StringgetLocalizedInstanceLabel()StringgetLocalizedProfilesName()StringgetLocalizedSpaceLabel()SpaceInstLightgetSpace()voidsetSpace(SpaceInstLight space)
-
-
-
Constructor Detail
-
LocalizedComponentInstProfiles
public LocalizedComponentInstProfiles(ComponentInstLight component, LocalizedWAComponent localizedWAComponent, String language)
-
-
Method Detail
-
getComponent
public ComponentInstLight getComponent()
-
getSpace
public SpaceInstLight getSpace()
-
setSpace
public void setSpace(SpaceInstLight space)
-
addProfile
public void addProfile(ProfileInst profile)
-
getLocalizedProfilesName
public String getLocalizedProfilesName()
-
getLocalizedSpaceLabel
public String getLocalizedSpaceLabel()
-
getLocalizedInstanceLabel
public String getLocalizedInstanceLabel()
-
getLocalizedComponentLabel
public String getLocalizedComponentLabel()
-
-