public class CmsMetadataKey extends Object implements Serializable
| Constructor and Description |
|---|
CmsMetadataKey() |
CmsMetadataKey(Long id,
String name,
CmsMetadataKeyStatus status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getId()
Gets the id value for this CmsMetadataKey.
|
String |
getName()
Gets the name value for this CmsMetadataKey.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
CmsMetadataKeyStatus |
getStatus()
Gets the status value for this CmsMetadataKey.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setId(Long id)
Sets the id value for this CmsMetadataKey.
|
void |
setName(String name)
Sets the name value for this CmsMetadataKey.
|
void |
setStatus(CmsMetadataKeyStatus status)
Sets the status value for this CmsMetadataKey.
|
String |
toString() |
public CmsMetadataKey()
public CmsMetadataKey(Long id, String name, CmsMetadataKeyStatus status)
public Long getId()
public void setId(Long id)
id - * The ID of this CMS metadata key. This field is read-only and
provided by Google.public String getName()
public void setName(String name)
name - * The key of a key-value pair.public CmsMetadataKeyStatus getStatus()
public void setStatus(CmsMetadataKeyStatus status)
status - * The status of this CMS metadata key.
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 © 2021. All rights reserved.