org.shredzone.repowatch.model
Class Blacklist
java.lang.Object
org.shredzone.repowatch.model.BaseModel
org.shredzone.repowatch.model.Blacklist
- All Implemented Interfaces:
- Serializable
public class Blacklist
- extends BaseModel
Represents a blacklist entry. Packages with a name in this blacklist
will never show up on the web site.
- Version:
- $Revision: 181 $
- See Also:
- Serialized Form
| Fields inherited from class org.shredzone.repowatch.model.BaseModel |
id |
Blacklist
public Blacklist()
getName
public String getName()
- Name of the blacklisted package.
setName
public void setName(String name)
Copyright © 2007-2011
shredzone.org. All Rights Reserved.