public CFSecurityISOCountryLanguagePKey getPKey() { if (pKey == null) { pKey = ((ICFAsteriskSchema) schema.getBackingStore()).getFactoryISOCountryLanguage().newPKey(); } return (pKey); }
public CFSecuritySysClusterBuff getBuff() { if (buff == null) { if (isNew) { buff = ((ICFAsteriskSchema) schema.getBackingStore()).getFactorySysCluster().newBuff(); } else { // Read the data buff via the backing store buff = ((ICFAsteriskSchema) schema.getBackingStore()) .getTableSysCluster() .readDerivedByIdIdx(schema.getAuthorization(), getPKey().getRequiredSingletonId()); if (buff != null) { copyBuffToPKey(); } } } return (buff); }
public ICFSecurityISOCountryLanguageTableObj getISOCountryLanguageTable() { return (schema.getISOCountryLanguageTableObj()); }
public CFSecuritySysClusterPKey getPKey() { if (pKey == null) { pKey = ((ICFAsteriskSchema) schema.getBackingStore()).getFactorySysCluster().newPKey(); } return (pKey); }
public ICFSecuritySysClusterTableObj getSysClusterTable() { return (schema.getSysClusterTableObj()); }