|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.types.impl.AssociationTypeImpl
public class AssociationTypeImpl
Method Summary | |
---|---|
java.lang.String |
getBackwardLabel(java.util.Locale locale)
Return the backward label of this AssociationType in the given locale. |
java.lang.String |
getForwardLabel(java.util.Locale locale)
Return the forward label of this AssociationType in the given locale. |
java.lang.String |
getName(java.util.Locale locale)
Return the name of this AssociationType in the given locale. |
java.lang.String |
getValue()
Return the value of this AssociationType. |
void |
setBackwardLabel(java.lang.String backwardLabel,
java.util.Locale locale)
Set the backward label of this AssociationType, in the given locale. |
void |
setForwardLabel(java.lang.String forwardLabel,
java.util.Locale locale)
Set the forward label of this AssociationType, in the given locale. |
void |
setName(java.lang.String name,
java.util.Locale locale)
Set the name of this AssociationType, in the given locale. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getValue() throws CSAppFrameworkException
AssociationType
getValue
in interface AssociationType
CSAppFrameworkException
AssociationType.getValue()
public void setName(java.lang.String name, java.util.Locale locale) throws CSAppFrameworkException
AssociationType
setName
in interface AssociationType
name
- the name of this AssociationTypelocale
- the locale. If null, the locale of the underlying JAXR connection will be used.
CSAppFrameworkException
AssociationType.setName(String, Locale)
public java.lang.String getName(java.util.Locale locale) throws CSAppFrameworkException
AssociationType
CentraSiteInternationalString
.getLocalStringValue().
getName
in interface AssociationType
locale
- the locale for the name to be returned. If null, the default locale will be used.
CSAppFrameworkException
AssociationType.getName(Locale)
public void setBackwardLabel(java.lang.String backwardLabel, java.util.Locale locale) throws CSAppFrameworkException
AssociationType
setBackwardLabel
in interface AssociationType
backwardLabel
- the backward label of this AssociationTypelocale
- the locale. If null, the locale of the underlying JAXR connection will be used.
CSAppFrameworkException
AssociationType.setBackwardLabel(String, Locale)
public java.lang.String getBackwardLabel(java.util.Locale locale) throws CSAppFrameworkException
AssociationType
CentraSiteInternationalString
.getLocalStringValue().
getBackwardLabel
in interface AssociationType
locale
- the locale for the backward label to be returned. If null, the default locale will be used.
CSAppFrameworkException
AssociationType.getBackwardLabel(Locale)
public void setForwardLabel(java.lang.String forwardLabel, java.util.Locale locale) throws CSAppFrameworkException
AssociationType
setForwardLabel
in interface AssociationType
forwardLabel
- the forward label of this AssociationTypelocale
- the locale. If null, the locale of the underlying JAXR connection will be used.
CSAppFrameworkException
AssociationType.setForwardLabel(String, Locale)
public java.lang.String getForwardLabel(java.util.Locale locale) throws CSAppFrameworkException
AssociationType
CentraSiteInternationalString
.getLocalStringValue().
getForwardLabel
in interface AssociationType
locale
- the locale for the forward label to be returned. If null, the default locale will be used.
CSAppFrameworkException
AssociationType.getForwardLabel(Locale)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |