Package ru.bgcrm.service.cctv.model
Class UnregistredCamera
java.lang.Object
ru.bgcrm.service.cctv.model.UnregistredCamera
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintbooleanisClient()booleanvoidsetAddress(String address) voidsetArchiveDepth(int archiveDepth) voidsetBilling(String billing) voidsetClient(boolean client) voidsetContractId(int contractId) voidsetHouseId(int houseId) voidsetLegalEntity(boolean legalEntity) voidsetModelCategory(String modelCategory) voidsetModelCategoryId(int modelCategoryId) voidsetModelId(Integer modelId) voidsetPassword(String password) voidsetPoolId(int poolId) voidsetServices(List<String> services) toString()
-
Constructor Details
-
UnregistredCamera
public UnregistredCamera()
-
-
Method Details
-
getPoolId
public int getPoolId() -
setPoolId
public void setPoolId(int poolId) -
getPassword
-
setPassword
-
getArchiveDepth
public int getArchiveDepth() -
setArchiveDepth
public void setArchiveDepth(int archiveDepth) -
setModelId
-
getModelCategory
-
setModelCategory
-
getModelCategoryId
public int getModelCategoryId() -
setModelCategoryId
public void setModelCategoryId(int modelCategoryId) -
getHouseId
public int getHouseId() -
getAddress
-
getModelId
-
getContractId
public int getContractId() -
getBilling
-
setHouseId
public void setHouseId(int houseId) -
setAddress
-
setContractId
public void setContractId(int contractId) -
setBilling
-
getServices
-
setServices
-
isClient
public boolean isClient() -
setClient
public void setClient(boolean client) -
isLegalEntity
public boolean isLegalEntity() -
setLegalEntity
public void setLegalEntity(boolean legalEntity) -
toString
-