christophedelory.betty.xml
Class LinkDetails
java.lang.Object
christophedelory.betty.xml.Child
christophedelory.betty.xml.AbstractMetadataDetails
christophedelory.betty.xml.LinkDetails
- All Implemented Interfaces:
- Serializable
public class LinkDetails
- extends AbstractMetadataDetails
A link to some "official" Web page, associated to a locale.
- Since:
- 0.9.1
- Version:
- $Revision$
- Author:
- Christophe Delory
- See Also:
- Serialized Form
Method Summary |
String |
getType()
Returns the type of this metadata. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
METADATA_TYPE
public static final String METADATA_TYPE
- The type of this metadata.
- See Also:
- Constant Field Values
LinkDetails
public LinkDetails()
getType
public String getType()
- Description copied from class:
AbstractMetadataDetails
- Returns the type of this metadata.
- Specified by:
getType
in class AbstractMetadataDetails
- Returns:
- a metadata type. Shall not be
null
.
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.