public class Curation extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addRuleToField(String fieldId,
Rule rule) |
String |
getCreator() |
static Curation |
getCurationItem(String id) |
Timestamp |
getDate() |
String |
getDescription() |
HashMap<String,ArrayList<Rule>> |
getFieldRulesMapping() |
String |
getId() |
int |
getLength() |
String |
getPublisher() |
String |
getRights() |
String |
getScope() |
String |
getSourceId() |
String |
getSourceName() |
String |
getTitle() |
String |
getType() |
void |
removeAllRulesForField(String fieldId) |
void |
setCreator(String creator) |
void |
setDate(Timestamp date) |
void |
setDescription(String description) |
void |
setLength(int length) |
void |
setPublisher(String publisher) |
void |
setRights(String rights) |
void |
setScope(String scope) |
void |
setSourceId(String sourceId) |
void |
setSourceName(String sourceName) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
store() |
public Curation(String id)
public String getTitle()
public void setTitle(String title)
title - the title to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getCreator()
public void setCreator(String creator)
creator - the creator to setpublic String getSourceId()
public void setSourceId(String sourceId)
sourceId - the sourceId to setpublic String getSourceName()
public void setSourceName(String sourceName)
sourceName - the sourceName to setpublic Timestamp getDate()
public void setDate(Timestamp date)
date - the date to setpublic int getLength()
public void setLength(int length)
length - the length to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getPublisher()
public void setPublisher(String publisher)
publisher - the publisher to setpublic String getRights()
public void setRights(String rights)
rights - the rights to setpublic String getScope()
public void setScope(String scope)
scope - the scope to setpublic String getId()
public HashMap<String,ArrayList<Rule>> getFieldRulesMapping()
public void removeAllRulesForField(String fieldId)
Copyright © 2014. All Rights Reserved.