public class AssociationTypeImpl extends java.lang.Object implements AssociationType
AssociationType
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBackwardLabel(java.util.Locale locale)
Returns the backward label of this AssociationType in the given locale.
|
java.lang.String |
getForwardLabel(java.util.Locale locale)
Returns the forward label of this AssociationType in the given locale.
|
java.lang.String |
getName(java.util.Locale locale)
Returns the name of this AssociationType in the given locale.
|
java.lang.String |
getValue()
Returns the value of this AssociationType.
|
void |
setBackwardLabel(java.lang.String backwardLabel,
java.util.Locale locale)
Sets the backward label of this AssociationType, in the given locale.
|
void |
setForwardLabel(java.lang.String forwardLabel,
java.util.Locale locale)
Sets the forward label of this AssociationType, in the given locale.
|
void |
setName(java.lang.String name,
java.util.Locale locale)
Sets the name of this AssociationType, in the given locale.
|
public java.lang.String getValue() throws CSAppFrameworkException
AssociationType
getValue
in interface AssociationType
CSAppFrameworkException
- if an internal error occurs.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
- if an internal error occurs.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
- if an internal error occurs.CentraSiteInternationalString
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
- if an internal error occurs.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
- if an internal error occurs.CentraSiteInternationalString
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
- if an internal error occurs.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
- if an internal error occurs.CentraSiteInternationalString