nl.gx.webmanager.cms.government
Interface GovernmentRegistry


public interface GovernmentRegistry

Object which contains all government specific settings for a website.

Author:
arjans

Method Summary
 java.lang.String getCopyrightText()
          Returns the copyright text of an organization.
 MetaData getCreatorMetaData()
          Returns the metadata that can be used for the creator metatag.
 java.lang.String getOrganizationType()
          Returns the type of an organization as defined by metadata element '1.
 java.lang.String getOrganizationUri()
          Returns the url of an organization as defined by metadata element '5.
 MetaData getPublisherMetaData()
          Returns the metadata that can be used for the publisher metatag.
 

Method Detail

getCreatorMetaData

MetaData getCreatorMetaData()
Returns the metadata that can be used for the creator metatag.

Returns:
the metadata that can be used for the creator metatag.

getPublisherMetaData

MetaData getPublisherMetaData()
Returns the metadata that can be used for the publisher metatag.

Returns:
the metadata that can be used for the publisher metatag.

getOrganizationType

java.lang.String getOrganizationType()
Returns the type of an organization as defined by metadata element '1. Type overheidsorganisatie' in the 'IPM Decentral regelgeving' model.

Returns:
the type of an organization as defined by metadata element '1. Type overheidsorganisatie' in the 'IPM Decentral regelgeving' model

getOrganizationUri

java.lang.String getOrganizationUri()
Returns the url of an organization as defined by metadata element '5. Type overheidsorganisatie' in the 'IPM Decentral regelgeving' model.

Returns:
the url of an organization as defined by metadata element '5. Type overheidsorganisatie' in the 'IPM Decentral regelgeving' model

getCopyrightText

java.lang.String getCopyrightText()
Returns the copyright text of an organization.

Returns:
the copyright text.


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