Skip navigation links


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.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.