| java.lang.Object | |
| ↳ | vars.knowledgebase.jpa.UsageImpl |
CREATE TABLE USAGE ( ID BIGINT NOT NULL, CONCEPTDELEGATEID_FK BIGINT, EMBARGOEXPIRATIONDATE TIMESTAMP, SPECIFICATION VARCHAR(1000), CONSTRAINT PK_USAGE PRIMARY KEY(ID) ) GO CREATE INDEX IDX_CONCEPTDELEGATE7 ON USAGE(CONCEPTDELEGATEID_FK) GO
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
vars.knowledgebase.Usage
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the
Usage 'specification' attribute. | |||||||||||
Sets the
Usage 'embargoExpirationDTG' attribute. | |||||||||||
Sets the
Usage 'specification' attribute. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
vars.VARSObject
| |||||||||||
From interface
vars.jpa.JPAEntity
| |||||||||||
From interface
vars.knowledgebase.Usage
| |||||||||||
Gets the Usage 'specification' attribute.
Usage
Sets the Usage 'embargoExpirationDTG' attribute.
Sets the Usage 'specification' attribute.
| specification | String specification of the Usage
|
|---|