public class PkgLibraryTag extends Object implements Serializable
PkgLibrary
objects.| Constructor and Description |
|---|
PkgLibraryTag(String tag) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Returns the id of the entity in persistent storage
|
List<PkgLibrary> |
getLibraries()
Returns the list of
PkgLibrary objects that are tagged
with this tag. |
String |
getTag() |
void |
setId(Long id) |
void |
setLibraries(List<PkgLibrary> libraries) |
void |
setTag(String tag) |
public PkgLibraryTag(String tag)
public Long getId()
public void setId(Long id)
public String getTag()
public void setTag(String tag)
public List<PkgLibrary> getLibraries()
PkgLibrary objects that are tagged
with this tag.public void setLibraries(List<PkgLibrary> libraries)
Copyright © 2013. All Rights Reserved.