|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channel.dao.jpa.ChannelLocalizationData
public class ChannelLocalizationData
ChannelLocalizationData represents locale-specific ChannelDefinition metadata. This class is intended to be used in a JPA/Hibernate-managed map and does not include the locale itself as part of its data model.
| Constructor Summary | |
|---|---|
ChannelLocalizationData()
Default constructor |
|
| Method Summary | |
|---|---|
String |
getDescription()
Get the description for this locale. |
String |
getName()
Get the name for this locale. |
String |
getTitle()
Get the title for this locale. |
void |
setDescription(String description)
Set the description for this localized |
void |
setName(String name)
Set the name for this locale |
void |
setTitle(String title)
Set the title for this locale |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelLocalizationData()
| Method Detail |
|---|
public String getName()
public String getTitle()
public String getDescription()
public void setName(String name)
name - localized namepublic void setTitle(String title)
title - localized titlepublic void setDescription(String description)
description - localized description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||