public class PropertySetKeyDefDataObject extends FlexDataObject
Constructor and Description |
---|
PropertySetKeyDefDataObject() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreatedBy() |
java.sql.Timestamp |
getCreatedOn() |
java.lang.Long |
getPropertyDefinitionId() |
java.util.concurrent.CompletableFuture<PropertyKeyDefinitionDataObject> |
getPropertyKeyDefinition(DataFetchingEnvironment environment) |
java.lang.Long |
getPropertySetId() |
java.lang.String |
getUpdatedBy() |
java.sql.Timestamp |
getUpdatedOn() |
java.lang.Integer |
getVersionNumber() |
void |
setCreatedBy(java.lang.String pCreatedBy) |
void |
setCreatedOn(java.sql.Timestamp pCreatedOn) |
void |
setPropertyDefinitionId(java.lang.Long pPropertyDefinitionId) |
void |
setPropertySetId(java.lang.Long pPropertySetId) |
void |
setUpdatedBy(java.lang.String pUpdatedBy) |
void |
setUpdatedOn(java.sql.Timestamp pUpdatedOn) |
void |
setVersionNumber(java.lang.Integer pVersionNumber) |
clone
public java.lang.Long getPropertySetId()
public void setPropertySetId(java.lang.Long pPropertySetId)
public java.lang.Long getPropertyDefinitionId()
public java.util.concurrent.CompletableFuture<PropertyKeyDefinitionDataObject> getPropertyKeyDefinition(DataFetchingEnvironment environment)
public void setPropertyDefinitionId(java.lang.Long pPropertyDefinitionId)
public java.sql.Timestamp getCreatedOn()
public void setCreatedOn(java.sql.Timestamp pCreatedOn)
public java.lang.String getCreatedBy()
public void setCreatedBy(java.lang.String pCreatedBy)
public java.sql.Timestamp getUpdatedOn()
public void setUpdatedOn(java.sql.Timestamp pUpdatedOn)
public java.lang.String getUpdatedBy()
public void setUpdatedBy(java.lang.String pUpdatedBy)
public java.lang.Integer getVersionNumber()
public void setVersionNumber(java.lang.Integer pVersionNumber)