org.apache.archiva.configuration
Class OrganisationInformation

java.lang.Object
  extended by org.apache.archiva.configuration.OrganisationInformation
All Implemented Interfaces:
Serializable

public class OrganisationInformation
extends Object
implements Serializable

The organisation information settings.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  String logoLocation
          name of the organisation.
private  String name
          name of the organisation.
private  String url
          name of the organisation.
 
Constructor Summary
OrganisationInformation()
           
 
Method Summary
 String getLogoLocation()
          Get name of the organisation.
 String getName()
          Get name of the organisation.
 String getUrl()
          Get name of the organisation.
 void setLogoLocation(String logoLocation)
          Set name of the organisation.
 void setName(String name)
          Set name of the organisation.
 void setUrl(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
 

Field Detail

name

private String name
name of the organisation.


url

private String url
name of the organisation.


logoLocation

private String logoLocation
name of the organisation.

Constructor Detail

OrganisationInformation

public OrganisationInformation()
Method Detail

getLogoLocation

public String getLogoLocation()
Get name of the organisation.

Returns:
String

getName

public String getName()
Get name of the organisation.

Returns:
String

getUrl

public String getUrl()
Get name of the organisation.

Returns:
String

setLogoLocation

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

Parameters:
logoLocation -

setName

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

Parameters:
name -

setUrl

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

Parameters:
url -


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.