GDS\Entity::setSchema PHP 메소드

setSchema() 공개 메소드

Set the Schema for the Entity
public setSchema ( Schema $obj_schema )
$obj_schema Schema
    public function setSchema(Schema $obj_schema)
    {
        $this->obj_schema = $obj_schema;
        $this->setKind($obj_schema->getKind());
        return $this;
    }