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 void
addProfile(ProfileInst profile)
ComponentInstLight
getComponent()
String
getLocalizedComponentLabel()
String
getLocalizedInstanceLabel()
String
getLocalizedProfilesName()
String
getLocalizedSpaceLabel()
SpaceInstLight
getSpace()
void
setSpace(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()
-
-