org.apache.archiva.admin.model.beans
Class OrganisationInformation

java.lang.Object
  extended by org.apache.archiva.admin.model.beans.OrganisationInformation

public class OrganisationInformation
extends Object

Since:
1.4-M1
Author:
Olivier Lamy

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()
           
OrganisationInformation(String name, String url, String logoLocation)
           
 
Method Summary
 String getLogoLocation()
           
 String getName()
           
 String getUrl()
           
 void setLogoLocation(String logoLocation)
           
 void setName(String name)
           
 void setUrl(String url)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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()

OrganisationInformation

public OrganisationInformation(String name,
                               String url,
                               String logoLocation)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getLogoLocation

public String getLogoLocation()

setLogoLocation

public void setLogoLocation(String logoLocation)

toString

public String toString()
Overrides:
toString in class Object


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