eu.scape_project.watch.domain
Class Plan
java.lang.Object
  
thewebsemantic.binding.RdfBean<Plan>
      
eu.scape_project.watch.domain.Plan
public class Plan
- extends thewebsemantic.binding.RdfBean<Plan>
 
Reference to a preservation plan, to be used by external assessment.
 
 External assessment will use not only the Trigger Condition but also
 additional (global) knowledge that cannot be encoded into the Condition in
 order to assess the information. This module will not be part of the Watch
 component.
- Author:
 
  - Luis Faria 
 
| 
Constructor Summary | 
Plan()
 
          Create a new empty plan. | 
Plan(String id)
 
          Create a plan. | 
 
 
| Methods inherited from class thewebsemantic.binding.RdfBean | 
asIndividual, delete, fill, fill, load, query, refresh, save | 
 
 
Plan
public Plan()
- Create a new empty plan.
 
Plan
public Plan(String id)
- Create a plan.
- Parameters:
 id - The unique plan identifier
 
getId
public String getId()
 
setId
public void setId(String id)
 
hashCode
public int hashCode()
- Overrides:
 hashCode in class Object
 
 
equals
public boolean equals(Object obj)
- Overrides:
 equals in class Object
 
 
Copyright © 2012. All Rights Reserved.