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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContextPath()
The space context path.String
getDescription()
The space name.Long
getId()
The space id (PK).String
getName()
The space name.Map<String,String>
getPropertyMap()
The space property name.String
toString()
-
-
-
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
-
-