public class OrganizationIgnoredProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
collectedfrom |
protected Set<?> |
datasources |
protected Date |
dateofcollection |
protected String |
id |
protected String |
provenanceaction |
| Constructor and Description |
|---|
OrganizationIgnoredProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectedfrom() |
Set<?> |
getDatasources() |
Date |
getDateofcollection() |
String |
getId() |
String |
getProvenanceaction() |
void |
setCollectedfrom(String collectedfrom) |
void |
setDatasources(Set<?> datasources) |
void |
setDateofcollection(Date dateofcollection) |
void |
setId(String id) |
void |
setProvenanceaction(String provenanceaction) |
protected String id
protected String collectedfrom
protected Date dateofcollection
protected String provenanceaction
protected Set<?> datasources
public String getId()
public void setId(String id)
public String getCollectedfrom()
public void setCollectedfrom(String collectedfrom)
public Date getDateofcollection()
public void setDateofcollection(Date dateofcollection)
public String getProvenanceaction()
public void setProvenanceaction(String provenanceaction)
public Set<?> getDatasources()
public void setDatasources(Set<?> datasources)
Copyright © 2025. All rights reserved.