org.shredzone.repowatch.model
Class Blacklist

java.lang.Object
  extended by org.shredzone.repowatch.model.BaseModel
      extended by 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

Field Summary
 
Fields inherited from class org.shredzone.repowatch.model.BaseModel
id
 
Constructor Summary
Blacklist()
           
 
Method Summary
 String getName()
          Name of the blacklisted package.
 void setName(String name)
           
 
Methods inherited from class org.shredzone.repowatch.model.BaseModel
equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Blacklist

public Blacklist()
Method Detail

getName

public String getName()
Name of the blacklisted package.


setName

public void setName(String name)


Copyright © 2007-2011 shredzone.org. All Rights Reserved.