public class PkgLibrary extends Object implements Serializable
ClientApp, ServerApp, or SystemProbe to
execute.| Constructor and Description |
|---|
PkgLibrary(String name,
byte[] file) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFile()
Returns the contents of the actual package library file as an
array of bytes.
|
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.
|
void |
setFile(byte[] file) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setTags(List<PkgLibraryTag> tags) |
protected void |
setVersionNumber(Long versionNumber) |
public PkgLibrary(String name, byte[] file)
public Long getId()
public void setId(Long id)
public Long getVersionNumber()
protected void setVersionNumber(Long versionNumber)
public String getName()
public void setName(String name)
public byte[] getFile()
public void setFile(byte[] file)
public List<PkgLibraryTag> getTags()
PkgLibraryTag objects that are used
to categorize libraries into groups.public void setTags(List<PkgLibraryTag> tags)
Copyright © 2013. All Rights Reserved.