org.apache.maven.archiva.configuration
Class OrganisationInformation

Package class diagram package OrganisationInformation
java.lang.Object
  extended by org.apache.maven.archiva.configuration.OrganisationInformation
All Implemented Interfaces:
java.io.Serializable

public class OrganisationInformation
extends java.lang.Object
implements java.io.Serializable

The organisation information settings.

See Also:
Serialized Form

Constructor Summary
OrganisationInformation()
           
 
Method Summary
 java.lang.String getLogoLocation()
          Get name of the organisation
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get name of the organisation
 java.lang.String getUrl()
          Get name of the organisation
 void setLogoLocation(java.lang.String logoLocation)
          Set name of the organisation
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setName(java.lang.String name)
          Set name of the organisation
 void setUrl(java.lang.String url)
          Set name of the organisation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganisationInformation

public OrganisationInformation()
Method Detail

getLogoLocation

public java.lang.String getLogoLocation()
Get name of the organisation


getName

public java.lang.String getName()
Get name of the organisation


getUrl

public java.lang.String getUrl()
Get name of the organisation


setLogoLocation

public void setLogoLocation(java.lang.String logoLocation)
Set name of the organisation

Parameters:
logoLocation -

setName

public void setName(java.lang.String name)
Set name of the organisation

Parameters:
name -

setUrl

public void setUrl(java.lang.String url)
Set name of the organisation

Parameters:
url -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()