|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.projectdarkstar.tools.dtc.domain.PkgLibrary
public class PkgLibrary
Represents a binary package library which is required for either
a ClientApp, ServerApp, or SystemProbe to
execute.
| Constructor Summary | |
|---|---|
PkgLibrary()
|
|
PkgLibrary(String name,
BinaryFile file)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
BinaryFile |
getFile()
Returns the contents of the actual package library file as a BinaryFile |
Long |
getId()
Returns the id of the entity in persistent storage |
String |
getName()
|
List<PkgLibraryTag> |
getTags()
Returns a list of PkgLibraryTag objects that are used
to categorize libraries into groups. |
Long |
getVersionNumber()
Returns the version number in the data store that this entity represents. |
int |
hashCode()
|
void |
setFile(BinaryFile file)
|
void |
setId(Long id)
|
void |
setName(String name)
|
void |
setTags(List<PkgLibraryTag> tags)
|
void |
setVersionNumber(Long versionNumber)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PkgLibrary()
public PkgLibrary(String name,
BinaryFile file)
| Method Detail |
|---|
public Long getId()
public void setId(Long id)
public Long getVersionNumber()
public void setVersionNumber(Long versionNumber)
public String getName()
public void setName(String name)
public BinaryFile getFile()
BinaryFile
public void setFile(BinaryFile file)
public List<PkgLibraryTag> getTags()
PkgLibraryTag objects that are used
to categorize libraries into groups.
public void setTags(List<PkgLibraryTag> tags)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||