SetNamespace sets namespace
(namespace *Namespace)
| 418 | |
| 419 | // SetNamespace sets namespace |
| 420 | func (schema *Schema) SetNamespace(namespace *Namespace) { |
| 421 | schema.Namespace = namespace |
| 422 | } |
| 423 | |
| 424 | //ParentSchemaPropertyID get property id for parent relation |
| 425 | func (schema *Schema) ParentSchemaPropertyID() string { |