com.soebes.maven.plugins.mlv.model
Class LicenseItem

java.lang.Object
  extended by com.soebes.maven.plugins.mlv.model.LicenseItem
All Implemented Interfaces:
Serializable

public class LicenseItem
extends Object
implements Serializable

Class LicenseItem.

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

Field Summary
private  String description
          The description field can be used to describe the particular license or give supplemental information about the license.
private  String id
          The id field is used as unique identifier.
private  List<String> names
          Field names.
private  List<String> urls
          Field urls.
 
Constructor Summary
LicenseItem()
           
 
Method Summary
 void addName(String string)
          Method addName.
 void addUrl(String string)
          Method addUrl.
 boolean equals(Object other)
          Method equals.
 String getDescription()
          Get the description field can be used to describe the particular license or give supplemental information about the license.
 String getId()
          Get the id field is used as unique identifier.
 List<String> getNames()
          Method getNames.
 List<String> getUrls()
          Method getUrls.
 int hashCode()
          Method hashCode.
 void removeName(String string)
          Method removeName.
 void removeUrl(String string)
          Method removeUrl.
 void setDescription(String description)
          Set the description field can be used to describe the particular license or give supplemental information about the license.
 void setId(String id)
          Set the id field is used as unique identifier.
 void setNames(List<String> names)
          Set the list of names give the possible names of a license.
 void setUrls(List<String> urls)
          Set the list of urls gives the possible URL's under which a license can be reached.
 String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

private String id
The id field is used as unique identifier.


description

private String description
The description field can be used to describe the particular license or give supplemental information about the license.


names

private List<String> names
Field names.


urls

private List<String> urls
Field urls.

Constructor Detail

LicenseItem

public LicenseItem()
Method Detail

addName

public void addName(String string)
Method addName.

Parameters:
string -

addUrl

public void addUrl(String string)
Method addUrl.

Parameters:
string -

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getDescription

public String getDescription()
Get the description field can be used to describe the particular license or give supplemental information about the license.

Returns:
String

getId

public String getId()
Get the id field is used as unique identifier.

Returns:
String

getNames

public List<String> getNames()
Method getNames.

Returns:
List

getUrls

public List<String> getUrls()
Method getUrls.

Returns:
List

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

removeName

public void removeName(String string)
Method removeName.

Parameters:
string -

removeUrl

public void removeUrl(String string)
Method removeUrl.

Parameters:
string -

setDescription

public void setDescription(String description)
Set the description field can be used to describe the particular license or give supplemental information about the license.

Parameters:
description -

setId

public void setId(String id)
Set the id field is used as unique identifier.

Parameters:
id -

setNames

public void setNames(List<String> names)
Set the list of names give the possible names of a license.

Parameters:
names -

setUrls

public void setUrls(List<String> urls)
Set the list of urls gives the possible URL's under which a license can be reached.

Parameters:
urls -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


Copyright © 2009-2011 SoftwareEntwicklung Beratung Schulung. All Rights Reserved.