public class Datagroup extends InformationAsset
datagroup asset type in IGC, displayed as 'DataGroup' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected DatabaseSchema |
databaseSchema |
protected DataConnection |
importedViaDataConnection |
protected String |
nameQualifier |
protected String |
nameQuotingChar |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Datagroup() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseSchema |
getDatabaseSchema()
Retrieve the
database_schema property (displayed as 'Database Schema') of the object. |
DataConnection |
getImportedViaDataConnection()
Retrieve the
imported_via_data_connection property (displayed as 'Data Connection') of the object. |
String |
getNameQualifier()
Retrieve the
name_qualifier property (displayed as 'Name Qualifier') of the object. |
String |
getNameQuotingChar()
Retrieve the
name_quoting_char property (displayed as 'Name Quoting Char') of the object. |
void |
setDatabaseSchema(DatabaseSchema databaseSchema)
Set the
database_schema property (displayed as Database Schema) of the object. |
void |
setImportedViaDataConnection(DataConnection importedViaDataConnection)
Set the
imported_via_data_connection property (displayed as Data Connection) of the object. |
void |
setNameQualifier(String nameQualifier)
Set the
name_qualifier property (displayed as Name Qualifier) of the object. |
void |
setNameQuotingChar(String nameQuotingChar)
Set the
name_quoting_char property (displayed as Name Quoting Char) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected DatabaseSchema databaseSchema
protected DataConnection importedViaDataConnection
protected String nameQualifier
protected String nameQuotingChar
public DatabaseSchema getDatabaseSchema()
database_schema property (displayed as 'Database Schema') of the object.DatabaseSchemapublic void setDatabaseSchema(DatabaseSchema databaseSchema)
database_schema property (displayed as Database Schema) of the object.databaseSchema - the value to setpublic DataConnection getImportedViaDataConnection()
imported_via_data_connection property (displayed as 'Data Connection') of the object.DataConnectionpublic void setImportedViaDataConnection(DataConnection importedViaDataConnection)
imported_via_data_connection property (displayed as Data Connection) of the object.importedViaDataConnection - the value to setpublic String getNameQualifier()
name_qualifier property (displayed as 'Name Qualifier') of the object.Stringpublic void setNameQualifier(String nameQualifier)
name_qualifier property (displayed as Name Qualifier) of the object.nameQualifier - the value to setpublic String getNameQuotingChar()
name_quoting_char property (displayed as 'Name Quoting Char') of the object.Stringpublic void setNameQuotingChar(String nameQuotingChar)
name_quoting_char property (displayed as Name Quoting Char) of the object.nameQuotingChar - the value to setCopyright © 2018–2021 ODPi. All rights reserved.