com.bea.p13n.common
Interface Metadata

All Superinterfaces
Named, Serializable, Versionable

public interface Metadata
extends Versionable, Named, Serializable

This interface defines generic metadata.


Method Summary
 String getAuthor()
          Returns the author.
 String getDescription()
          Returns the description.
 
Methods inherited from interface com.bea.p13n.common.Versionable
getVersion
 
Methods inherited from interface com.bea.p13n.common.Named
getName
 

Method Detail

getDescription

String getDescription()
Returns the description.

Returns
the description.

getAuthor

String getAuthor()
Returns the author.

Returns
the author.


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.