public class CmsMetadataValue extends Object implements Serializable
| Constructor and Description |
|---|
CmsMetadataValue() |
CmsMetadataValue(Long cmsMetadataValueId,
String valueName,
CmsMetadataKey key,
CmsMetadataValueStatus status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCmsMetadataValueId()
Gets the cmsMetadataValueId value for this CmsMetadataValue.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
CmsMetadataKey |
getKey()
Gets the key value for this CmsMetadataValue.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
CmsMetadataValueStatus |
getStatus()
Gets the status value for this CmsMetadataValue.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValueName()
Gets the valueName value for this CmsMetadataValue.
|
int |
hashCode() |
void |
setCmsMetadataValueId(Long cmsMetadataValueId)
Sets the cmsMetadataValueId value for this CmsMetadataValue.
|
void |
setKey(CmsMetadataKey key)
Sets the key value for this CmsMetadataValue.
|
void |
setStatus(CmsMetadataValueStatus status)
Sets the status value for this CmsMetadataValue.
|
void |
setValueName(String valueName)
Sets the valueName value for this CmsMetadataValue.
|
String |
toString() |
public CmsMetadataValue()
public CmsMetadataValue(Long cmsMetadataValueId, String valueName, CmsMetadataKey key, CmsMetadataValueStatus status)
public Long getCmsMetadataValueId()
public void setCmsMetadataValueId(Long cmsMetadataValueId)
cmsMetadataValueId - * The ID of this CMS metadata value, to be used in targeting.
This field is read-only and
provided by Google.public String getValueName()
public void setValueName(String valueName)
valueName - * The value of this key-value pair.public CmsMetadataKey getKey()
public void setKey(CmsMetadataKey key)
key - public CmsMetadataValueStatus getStatus()
public void setStatus(CmsMetadataValueStatus status)
status - * The status of this CMS metadata value.
This attribute is read-only.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.