Package com.avoka.tm.vo
Class Space
- java.lang.Object
-
- com.avoka.tm.vo.Space
-
public class Space extends Object
Provide a Form Space value object class.- Since:
- 5.0.0
-
-
Field Summary
Fields Modifier and Type Field Description String
contextPath
The space context path.String
description
The space name.Long
id
The space id (PK).String
name
The space name.Map<String,String>
propertyMap
The space property name.
-
-
-
Constructor Detail
-
Space
public Space(com.avoka.fc.core.entity.Portal portal)
Create a Space value object with the given portal entity parameter.- Parameters:
portal
- the portal entity parameter (required)
-
Space
public Space(Map fields)
Create a unit testing Space value object with the given fields.- Parameters:
fields
- the submission entity fields (required)- Since:
- 5.1.4
-
-