Package com.fluig.sdk.api.ecm
Class CollaborationAppVO
- java.lang.Object
-
- com.fluig.sdk.api.ecm.CollaborationAppVO
-
- All Implemented Interfaces:
Serializable
public class CollaborationAppVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollaborationAppVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()StringgetClientSecret()StringgetCode()StringgetEnabled()LonggetId()StringgetJndiName()StringgetName()LonggetTenantId()voidsetClientId(String clientId)voidsetClientSecret(String clientSecret)voidsetCode(String code)voidsetEnabled(String enabled)voidsetId(Long id)voidsetJndiName(String jndiName)voidsetName(String name)voidsetTenantId(Long tenantId)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getTenantId
public Long getTenantId()
-
setTenantId
public void setTenantId(Long tenantId)
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getJndiName
public String getJndiName()
-
setJndiName
public void setJndiName(String jndiName)
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
getClientSecret
public String getClientSecret()
-
setClientSecret
public void setClientSecret(String clientSecret)
-
getEnabled
public String getEnabled()
-
setEnabled
public void setEnabled(String enabled)
-
-