public class PolicyLink extends Object
| Constructor and Description |
|---|
PolicyLink(PolicyLinkType policyLinkType,
Long targetId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreatedDateTime() |
Long |
getId() |
String |
getName() |
PolicyLinkType |
getPolicyLinkType() |
Long |
getTargetId() |
Date |
getUpdatedDateTime() |
int |
hashCode() |
void |
setCreatedDateTime(Date createdDateTime) |
void |
setName(String name) |
void |
setPolicyLinkType(PolicyLinkType policyLinkType) |
void |
setTargetId(Long targetId) |
void |
setUpdatedDateTime(Date updatedDateTime) |
String |
toString() |
public PolicyLink(PolicyLinkType policyLinkType, Long targetId, String name)
policyLinkType - targetId - createdDateTime - public Long getId()
public PolicyLinkType getPolicyLinkType()
public void setPolicyLinkType(PolicyLinkType policyLinkType)
policyLinkType - the policyLinkType to setpublic Long getTargetId()
public void setTargetId(Long targetId)
targetId - the targetId to setpublic String getName()
public void setName(String name)
name - the name to setpublic Date getCreatedDateTime()
public void setCreatedDateTime(Date createdDateTime)
createdDateTime - the createdDateTime to setpublic Date getUpdatedDateTime()
public void setUpdatedDateTime(Date updatedDateTime)
updatedDateTime - the updatedDateTime to setCopyright © 2007-2016 Ikasan. All Rights Reserved.