org.shredzone.repowatch.model
Class Package

java.lang.Object
  extended by org.shredzone.repowatch.model.BaseModel
      extended by org.shredzone.repowatch.model.Package
All Implemented Interfaces:
Serializable

public class Package
extends BaseModel

Represents a package. A package is unique within a domain, but can have different versions in the repositories of that domain.

Version:
$Revision: 317 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.shredzone.repowatch.model.BaseModel
id
 
Constructor Summary
Package()
           
 
Method Summary
 String getDescription()
          A detailed description of the package's functionality.
 Domain getDomain()
          Domain this package belongs to.
 String getHomeUrl()
          Home page of the package.
 String getName()
          Name of the package.
 String getPackGroup()
          Package group this package belongs to.
 String getSummary()
          A short summary of the package's functionality.
 void setDescription(String description)
           
 void setDomain(Domain domain)
           
 void setHomeUrl(String homeUrl)
           
 void setName(String name)
           
 void setPackGroup(String packGroup)
           
 void setSummary(String summary)
           
 
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

Package

public Package()
Method Detail

getDomain

public Domain getDomain()
Domain this package belongs to.


setDomain

public void setDomain(Domain domain)

getName

public String getName()
Name of the package.


setName

public void setName(String name)

getSummary

public String getSummary()
A short summary of the package's functionality.


setSummary

public void setSummary(String summary)

getDescription

public String getDescription()
A detailed description of the package's functionality.


setDescription

public void setDescription(String description)

getHomeUrl

public String getHomeUrl()
Home page of the package. (e.g. "http://www.gnu.org")


setHomeUrl

public void setHomeUrl(String homeUrl)

getPackGroup

public String getPackGroup()
Package group this package belongs to.


setPackGroup

public void setPackGroup(String packGroup)


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