Package org.alfresco.repo.domain.node
Class ServerEntity
- java.lang.Object
-
- org.alfresco.repo.domain.node.ServerEntity
-
- All Implemented Interfaces:
Serializable
public class ServerEntity extends Object implements Serializable
Bean to represent alf_server data.- Since:
- 3.4
- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerEntity()Required default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()StringgetIpAddress()LonggetVersion()voidsetId(Long id)voidsetIpAddress(String ipAddress)voidsetVersion(Long version)StringtoString()
-