nl.gx.webmanager.cms.mediarepository
Interface MediaTermClassification


public interface MediaTermClassification

Classification of a MediaTerm object, which can be used to group terms together into categories. MediaTermClassification objects exist independent of Website objects.


Method Summary
 int getId()
          Returns the id of this MediaTermClassification.
 java.lang.String getName()
          Returns the name of this MediaTermClassification.
 MediaTerm[] getTerms()
          Returns all MediaTerm objects with this MediaTermClassification which can be accessed from the active Website.
 

Method Detail

getId

int getId()
Returns the id of this MediaTermClassification.

Returns:
The id of this MediaTermClassification.

getName

java.lang.String getName()
Returns the name of this MediaTermClassification.

Returns:
The name of this MediaTermClassification.

getTerms

MediaTerm[] getTerms()
Returns all MediaTerm objects with this MediaTermClassification which can be accessed from the active Website. Returns an empty array if no objects are found.

Returns:
All MediaTerm objects with this MediaTermClassification which can be accessed from the active Website. Returns an empty array if no objects are found.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.