@Entity(name="GlobalKeyLookup") public class GlobalKeyLookupImpl extends Object implements GlobalKeyLookup
MAP_DOMAIN_OBJECT_TO_ID_FUNCTION, ORGANIZATION_COLUMN_NAME
Constructor and Description |
---|
GlobalKeyLookupImpl() |
GlobalKeyLookupImpl(Integer organizationId,
String prefix) |
GlobalKeyLookupImpl(Integer organizationId,
String prefix,
Boolean includeTypeKey) |
GlobalKeyLookupImpl(Integer organizationId,
String prefix,
Boolean includeTypeKey,
Long sequence) |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
Boolean |
getIncludeTypeKey()
Whether to include the set key as part of the global key for an item of certain type.
|
Integer |
getOrganizationId() |
String |
getPrefix() |
Long |
getSequence() |
void |
setId(Integer id) |
void |
setIncludeTypeKey(Boolean includeTypeKey) |
void |
setOrganizationId(Integer organizationId) |
void |
setPrefix(String prefix) |
void |
setSequence(Long sequence) |
String |
toString() |
public GlobalKeyLookupImpl()
public GlobalKeyLookupImpl(Integer organizationId, String prefix, Boolean includeTypeKey)
public Integer getId()
getId
in interface DomainObjectBase
public void setId(Integer id)
setId
in interface DomainObjectBase
public Integer getOrganizationId()
getOrganizationId
in interface DomainObjectBase
getOrganizationId
in interface OrganizationAware
public void setOrganizationId(Integer organizationId)
setOrganizationId
in interface DomainObjectBase
public String getPrefix()
getPrefix
in interface GlobalKeyLookup
public void setPrefix(String prefix)
setPrefix
in interface GlobalKeyLookup
public Long getSequence()
getSequence
in interface GlobalKeyLookup
public void setSequence(Long sequence)
setSequence
in interface GlobalKeyLookup
public Boolean getIncludeTypeKey()
getIncludeTypeKey
in interface GlobalKeyLookup
public void setIncludeTypeKey(Boolean includeTypeKey)
setIncludeTypeKey
in interface GlobalKeyLookup
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.