Subversion Repositories SmartDukaan

Rev

Rev 32432 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32432 Rev 35483
Line 82... Line 82...
82
	public void setSecondarylmtd(int secondarylmtd) {
82
	public void setSecondarylmtd(int secondarylmtd) {
83
		this.secondarylmtd = secondarylmtd;
83
		this.secondarylmtd = secondarylmtd;
84
	}
84
	}
85
 
85
 
86
	public PartnerType getPartnerType() {
86
	public PartnerType getPartnerType() {
87
		return partnerType;
87
		return partnerType != null ? partnerType : PartnerType.NEW;
88
	}
88
	}
89
 
89
 
90
	public void setPartnerType(PartnerType partnerType) {
90
	public void setPartnerType(PartnerType partnerType) {
91
		this.partnerType = partnerType;
91
		this.partnerType = partnerType;
92
	}
92
	}