mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 20:43:08 +00:00
[CST-4506] Address feedback
This commit is contained in:
@@ -1,25 +1,8 @@
|
||||
import { AccessConditionObject } from './access-condition.model';
|
||||
|
||||
/**
|
||||
* An interface to represent bitstream's access condition.
|
||||
*/
|
||||
export class SubmissionUploadFileAccessConditionObject {
|
||||
export class SubmissionUploadFileAccessConditionObject extends AccessConditionObject {
|
||||
|
||||
/**
|
||||
* The access condition id
|
||||
*/
|
||||
id: string;
|
||||
|
||||
/**
|
||||
* The access condition name
|
||||
*/
|
||||
name: string;
|
||||
|
||||
/**
|
||||
* Possible start date of the access condition
|
||||
*/
|
||||
startDate: string;
|
||||
|
||||
/**
|
||||
* Possible end date of the access condition
|
||||
*/
|
||||
endDate: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user