public class ContentMetadataKeyHierarchyLevel extends Object implements Serializable
ContentMetadataKeyHierarchyLevel represents one level
in a ContentMetadataKeyHierarchy. The level consists of a
CustomTargetingKey and an integer
that represents the level's position in the hierarchy.| Constructor and Description |
|---|
ContentMetadataKeyHierarchyLevel() |
ContentMetadataKeyHierarchyLevel(Long customTargetingKeyId,
Integer hierarchyLevel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCustomTargetingKeyId()
Gets the customTargetingKeyId value for this ContentMetadataKeyHierarchyLevel.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Integer |
getHierarchyLevel()
Gets the hierarchyLevel value for this ContentMetadataKeyHierarchyLevel.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCustomTargetingKeyId(Long customTargetingKeyId)
Sets the customTargetingKeyId value for this ContentMetadataKeyHierarchyLevel.
|
void |
setHierarchyLevel(Integer hierarchyLevel)
Sets the hierarchyLevel value for this ContentMetadataKeyHierarchyLevel.
|
String |
toString() |
public Long getCustomTargetingKeyId()
CustomTargetingKey associated with this
level of the hierarchy.
This attribute is readonly.public void setCustomTargetingKeyId(Long customTargetingKeyId)
customTargetingKeyId - * The ID of the CustomTargetingKey associated with this
level of the hierarchy.
This attribute is readonly.public Integer getHierarchyLevel()
public void setHierarchyLevel(Integer hierarchyLevel)
hierarchyLevel - * This content metadata key's position in the hierarchy. This
attribute is readonly and
can range from 1 to N, where N is the number of the
levels in the hierarchy.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.