public class Namespace extends Object
Constructor and Description |
---|
Namespace() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt() |
String |
getDescription() |
Integer |
getId() |
String |
getName() |
Integer |
getOwnerId() |
String |
getPath() |
String |
getUpdatedAt() |
void |
setCreatedAt(Date createdAt) |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setOwnerId(Integer ownerId) |
void |
setPath(String path) |
void |
setUpdatedAt(String updatedAt) |
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public String getDescription()
public void setDescription(String description)
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public Integer getOwnerId()
public void setOwnerId(Integer ownerId)
public String getPath()
public void setPath(String path)
public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
Copyright © 2017. All rights reserved.