E30_Rights must not extend the LicenseFacet
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@154754 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6028533cef
commit
6469e254fd
|
@ -1,12 +1,17 @@
|
|||
package org.gcube.informationsystem.model.entity.facet.parthenos;
|
||||
|
||||
import org.gcube.informationsystem.model.entity.facet.LicenseFacet;
|
||||
import org.gcube.informationsystem.model.annotations.ISProperty;
|
||||
import org.gcube.informationsystem.model.entity.Facet;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
||||
* @author Alessia Bardi
|
||||
*/
|
||||
public interface E30_Right extends LicenseFacet {
|
||||
public interface E30_Right extends Facet {
|
||||
|
||||
@ISProperty
|
||||
public String getRights();
|
||||
|
||||
public void setRights(String rights);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue