public class Library extends Object
AboutFrame class.| Modifier | Constructor and Description |
|---|---|
protected |
Library()
Creates a new library reference.
|
|
Library(String name,
String version,
String licence,
String info)
Creates a new library reference.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Tests this object for equality with an arbitrary object.
|
String |
getInfo()
Returns the project info for the library.
|
String |
getLicenceName()
Returns the licenceName text.
|
String |
getName()
Returns the library name.
|
String |
getVersion()
Returns the library version.
|
int |
hashCode()
Returns a hash code for this instance.
|
protected void |
setInfo(String info)
Sets the project info.
|
protected void |
setLicenceName(String licenceName)
Sets the licence name.
|
protected void |
setName(String name)
Sets the project name.
|
protected void |
setVersion(String version)
Sets the version identifier.
|
public Library(String name, String version, String licence, String info)
name - the name.version - the version.licence - the licenceName.info - the web address or other info.protected Library()
public String getName()
public String getVersion()
public String getLicenceName()
public String getInfo()
protected void setInfo(String info)
info - the project info.protected void setLicenceName(String licenceName)
licenceName - the licence name.protected void setName(String name)
name - the project name.protected void setVersion(String version)
version - the version identifier.public boolean equals(Object o)
Copyright © 2009-2012 jtstand.com. All Rights Reserved.