|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.soebes.maven.plugins.mlv.model.LicenseItem
public class LicenseItem
Class LicenseItem.
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 |
---|
private String id
private String description
private List<String> names
private List<String> urls
Constructor Detail |
---|
public LicenseItem()
Method Detail |
---|
public void addName(String string)
string
- public void addUrl(String string)
string
- public boolean equals(Object other)
equals
in class Object
other
-
public String getDescription()
public String getId()
public List<String> getNames()
public List<String> getUrls()
public int hashCode()
hashCode
in class Object
public void removeName(String string)
string
- public void removeUrl(String string)
string
- public void setDescription(String description)
description
- public void setId(String id)
id
- public void setNames(List<String> names)
names
- public void setUrls(List<String> urls)
urls
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |